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 classRepresents the collection ofStages to be executed in the build in parallel.classRepresents an individual Stage and theModelASTBranchs 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 TypeMethodDescriptionbooleanAbstractModelValidator.validateElement(ModelASTStageBase stage) booleanModelValidator.validateElement(ModelASTStageBase stages)