Uses of Class
org.jenkinsci.plugins.pipeline.modeldefinition.ast.ModelASTWhen
-
Packages that use ModelASTWhen Package Description org.jenkinsci.plugins.pipeline.modeldefinition.ast org.jenkinsci.plugins.pipeline.modeldefinition.validator -
-
Uses of ModelASTWhen in org.jenkinsci.plugins.pipeline.modeldefinition.ast
Subclasses of ModelASTWhen in org.jenkinsci.plugins.pipeline.modeldefinition.ast Modifier and Type Class Description classInvisibleWhenwhencontainer 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 ModelASTWhen Modifier and Type Method Description ModelASTWhenModelASTStageBase. getWhen()Methods in org.jenkinsci.plugins.pipeline.modeldefinition.ast with parameters of type ModelASTWhen Modifier and Type Method Description voidInvisibleWhen. 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 ModelASTWhen Modifier and Type Method Description booleanAbstractModelValidator. validateElement(ModelASTWhen when)booleanModelValidator. validateElement(ModelASTWhen when)
-