| Package | Description |
|---|---|
| org.jenkinsci.plugins.pipeline.modeldefinition.ast | |
| org.jenkinsci.plugins.pipeline.modeldefinition.validator |
| Modifier and Type | Class and Description |
|---|---|
class |
ModelASTPostBuild
Represents a list of
BuildCondition and StepsBlock pairs to be called, depending on whether the build
condition is satisfied, at the end of the build, but before the Notifications. |
class |
ModelASTPostStage
Represents a list of
BuildCondition and StepsBlock pairs to be called, depending on whether the build
condition is satisfied, at the end of the stage. |
| Modifier and Type | Method and Description |
|---|---|
boolean |
AbstractModelValidator.validateElement(ModelASTBuildConditionsContainer container) |
boolean |
ModelValidator.validateElement(ModelASTBuildConditionsContainer container) |
Copyright © 2016–2021. All rights reserved.