Uses of Class
org.jenkinsci.plugins.pipeline.modeldefinition.ast.ModelASTStageBase
-
Packages that use ModelASTStageBase Package Description org.jenkinsci.plugins.pipeline.modeldefinition.ast org.jenkinsci.plugins.pipeline.modeldefinition.validator -
-
Uses of ModelASTStageBase in org.jenkinsci.plugins.pipeline.modeldefinition.ast
Subclasses of ModelASTStageBase in org.jenkinsci.plugins.pipeline.modeldefinition.ast Modifier and Type Class Description classModelASTMatrixRepresents the collection ofStages to be executed in the build in parallel.classModelASTStageRepresents an individual Stage and theModelASTBranchs it may contain.Methods in org.jenkinsci.plugins.pipeline.modeldefinition.ast that return ModelASTStageBase Modifier and Type Method Description ModelASTStageBaseInvisibleGlobalWhenCondition. getStage()Constructors in org.jenkinsci.plugins.pipeline.modeldefinition.ast with parameters of type ModelASTStageBase Constructor Description InvisibleGlobalWhenCondition(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 ModelASTStageBase Modifier and Type Method Description booleanAbstractModelValidator. validateElement(ModelASTStageBase stage)booleanModelValidator. validateElement(ModelASTStageBase stages)
-