Uses of Class
org.jenkinsci.plugins.pipeline.modeldefinition.ast.ModelASTWhen
Package
Description
-
Uses of ModelASTWhen in org.jenkinsci.plugins.pipeline.modeldefinition.ast
Modifier and TypeClassDescriptionclass
when
container generated when adding invisible globalwhen
conditions to a stage, containing the new invisible conditions and any explicitly defined ones.Modifier and TypeMethodDescriptionvoid
InvisibleWhen.setOriginalWhen
(ModelASTWhen originalWhen) void
ModelASTStageBase.setWhen
(ModelASTWhen when) -
Uses of ModelASTWhen in org.jenkinsci.plugins.pipeline.modeldefinition.validator
Modifier and TypeMethodDescriptionboolean
AbstractModelValidator.validateElement
(ModelASTWhen when) boolean
ModelValidator.validateElement
(ModelASTWhen when)