Uses of Interface
org.jenkinsci.plugins.pipeline.modeldefinition.ast.ModelASTWhenContent
Packages that use ModelASTWhenContent
-
Uses of ModelASTWhenContent in org.jenkinsci.plugins.pipeline.modeldefinition.ast
Classes in org.jenkinsci.plugins.pipeline.modeldefinition.ast that implement ModelASTWhenContentModifier and TypeClassDescriptionclass
Special case of aModelASTWhenCondition
generated for a globally defined when condition.class
class
Code expressionModelASTStage
will be executed or not.Methods in org.jenkinsci.plugins.pipeline.modeldefinition.ast that return types with arguments of type ModelASTWhenContentModifier and TypeMethodDescriptionModelASTWhenCondition.getChildren()
ModelASTWhen.getConditions()
Method parameters in org.jenkinsci.plugins.pipeline.modeldefinition.ast with type arguments of type ModelASTWhenContentModifier and TypeMethodDescriptionvoid
ModelASTWhenCondition.setChildren
(List<ModelASTWhenContent> c) void
ModelASTWhen.setConditions
(List<ModelASTWhenContent> conditions)