Uses of Class
org.jenkinsci.plugins.pipeline.modeldefinition.ast.ModelASTBuildConditionsContainer
Package
Description
-
Uses of ModelASTBuildConditionsContainer in org.jenkinsci.plugins.pipeline.modeldefinition.ast
Modifier and TypeClassDescriptionfinal class
Represents a list ofBuildCondition
andStepsBlock
pairs to be called, depending on whether the build condition is satisfied, at the end of the build, but before theNotifications
.final class
Represents a list ofBuildCondition
andStepsBlock
pairs to be called, depending on whether the build condition is satisfied, at the end of the stage. -
Uses of ModelASTBuildConditionsContainer in org.jenkinsci.plugins.pipeline.modeldefinition.validator
Modifier and TypeMethodDescriptionboolean
AbstractModelValidator.validateElement
(ModelASTBuildConditionsContainer container) boolean
ModelValidator.validateElement
(ModelASTBuildConditionsContainer container)