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 TypeClassDescriptionclassSpecial case of aModelASTWhenConditiongenerated for a globally defined when condition.classclassCode expressionModelASTStagewill 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 TypeMethodDescriptionvoidModelASTWhenCondition.setChildren(List<ModelASTWhenContent> c) voidModelASTWhen.setConditions(List<ModelASTWhenContent> conditions)