Uses of Class
org.jenkinsci.plugins.pipeline.modeldefinition.ast.ModelASTWhen
Packages that use ModelASTWhen
Package
Description
- 
Uses of ModelASTWhen in org.jenkinsci.plugins.pipeline.modeldefinition.ast
Subclasses of ModelASTWhen in org.jenkinsci.plugins.pipeline.modeldefinition.astModifier and TypeClassDescriptionclasswhencontainer generated when adding invisible globalwhenconditions to a stage, containing the new invisible conditions and any explicitly defined ones.Methods in org.jenkinsci.plugins.pipeline.modeldefinition.ast that return ModelASTWhenMethods in org.jenkinsci.plugins.pipeline.modeldefinition.ast with parameters of type ModelASTWhenModifier and TypeMethodDescriptionvoidInvisibleWhen.setOriginalWhen(ModelASTWhen originalWhen) voidModelASTStageBase.setWhen(ModelASTWhen when)  - 
Uses of ModelASTWhen in org.jenkinsci.plugins.pipeline.modeldefinition.validator
Methods in org.jenkinsci.plugins.pipeline.modeldefinition.validator with parameters of type ModelASTWhenModifier and TypeMethodDescriptionbooleanAbstractModelValidator.validateElement(ModelASTWhen when) booleanModelValidator.validateElement(ModelASTWhen when)