Class ModelASTBuildConditionsContainer

java.lang.Object
org.jenkinsci.plugins.pipeline.modeldefinition.ast.ModelASTElement
org.jenkinsci.plugins.pipeline.modeldefinition.ast.ModelASTBuildConditionsContainer
All Implemented Interfaces:
ModelASTMarkerInterface
Direct Known Subclasses:
ModelASTPostBuild, ModelASTPostStage

public abstract class ModelASTBuildConditionsContainer extends ModelASTElement
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 or a stage. Corresponds to Notifications or PostBuild
Author:
Robert Sandell <rsandell@cloudbees.com>.
See Also: