Uses of Class
org.jenkinsci.plugins.pipeline.modeldefinition.ast.ModelASTStageBase
Packages that use ModelASTStageBase
Package
Description
-
Uses of ModelASTStageBase in org.jenkinsci.plugins.pipeline.modeldefinition.ast
Subclasses of ModelASTStageBase in org.jenkinsci.plugins.pipeline.modeldefinition.astModifier 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.Methods in org.jenkinsci.plugins.pipeline.modeldefinition.ast that return ModelASTStageBaseConstructors in org.jenkinsci.plugins.pipeline.modeldefinition.ast with parameters of type ModelASTStageBaseModifierConstructorDescriptionInvisibleGlobalWhenCondition
(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
Methods in org.jenkinsci.plugins.pipeline.modeldefinition.validator with parameters of type ModelASTStageBaseModifier and TypeMethodDescriptionboolean
AbstractModelValidator.validateElement
(ModelASTStageBase stage) boolean
ModelValidator.validateElement
(ModelASTStageBase stages)