Uses of Class
org.jenkinsci.plugins.pipeline.modeldefinition.ast.ModelASTStageBase
Package
Description
-
Uses of ModelASTStageBase in org.jenkinsci.plugins.pipeline.modeldefinition.ast
Modifier and TypeClassDescriptionfinal class
Represents the collection ofStage
s to be executed in the build in parallel.class
Represents an individual Stage and theModelASTBranch
s it may contain.ModifierConstructorDescriptionInvisibleGlobalWhenCondition
(String stageName, ModelASTStageBase stage) Used to create invisible when conditions with a base stage for comparison and querying. -
Uses of ModelASTStageBase in org.jenkinsci.plugins.pipeline.modeldefinition.validator
Modifier and TypeMethodDescriptionboolean
AbstractModelValidator.validateElement
(ModelASTStageBase stage) boolean
ModelValidator.validateElement
(ModelASTStageBase stages)