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 TypeClassDescriptionclass
when
container generated when adding invisible globalwhen
conditions 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 TypeMethodDescriptionvoid
InvisibleWhen.setOriginalWhen
(ModelASTWhen originalWhen) void
ModelASTStageBase.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 TypeMethodDescriptionboolean
AbstractModelValidator.validateElement
(ModelASTWhen when) boolean
ModelValidator.validateElement
(ModelASTWhen when)