Uses of Interface
org.jenkinsci.plugins.pipeline.modeldefinition.ast.ModelASTWhenContent
-
Packages that use ModelASTWhenContent Package Description org.jenkinsci.plugins.pipeline.modeldefinition.ast -
-
Uses of ModelASTWhenContent in org.jenkinsci.plugins.pipeline.modeldefinition.ast
Classes in org.jenkinsci.plugins.pipeline.modeldefinition.ast that implement ModelASTWhenContent Modifier and Type Class Description classInvisibleGlobalWhenConditionSpecial case of aModelASTWhenConditiongenerated for a globally defined when condition.classModelASTWhenConditionclassModelASTWhenExpressionCode expressionModelASTStagewill be executed or not.Methods in org.jenkinsci.plugins.pipeline.modeldefinition.ast that return types with arguments of type ModelASTWhenContent Modifier and Type Method Description List<ModelASTWhenContent>ModelASTWhenCondition. getChildren()List<ModelASTWhenContent>ModelASTWhen. getConditions()Method parameters in org.jenkinsci.plugins.pipeline.modeldefinition.ast with type arguments of type ModelASTWhenContent Modifier and Type Method Description voidModelASTWhenCondition. setChildren(List<ModelASTWhenContent> c)voidModelASTWhen. setConditions(List<ModelASTWhenContent> conditions)
-