Uses of Interface
org.jenkinsci.plugins.pipeline.modeldefinition.ast.ModelASTWhenContent
-
Uses of ModelASTWhenContent in org.jenkinsci.plugins.pipeline.modeldefinition.ast
Modifier and TypeClassDescriptionclass
Special case of aModelASTWhenCondition
generated for a globally defined when condition.class
class
Code expressionModelASTStage
will be executed or not.Modifier and TypeMethodDescriptionModelASTWhenCondition.getChildren()
ModelASTWhen.getConditions()
Modifier and TypeMethodDescriptionvoid
ModelASTWhenCondition.setChildren
(List<ModelASTWhenContent> c) void
ModelASTWhen.setConditions
(List<ModelASTWhenContent> conditions)