Uses of Class
org.jenkinsci.plugins.pipeline.modeldefinition.ast.ModelASTStep
-
Packages that use ModelASTStep Package Description org.jenkinsci.plugins.pipeline.modeldefinition.ast org.jenkinsci.plugins.pipeline.modeldefinition.validator -
-
Uses of ModelASTStep in org.jenkinsci.plugins.pipeline.modeldefinition.ast
Subclasses of ModelASTStep in org.jenkinsci.plugins.pipeline.modeldefinition.ast Modifier and Type Class Description classAbstractModelASTCodeBlockRepresents the special step which are executed without validation against the declarative subset.classModelASTScriptBlockRepresents the special step forScriptStep, which are executed without validation against the declarative subset.classModelASTTreeStepRepresents the special case of a step that has a sub-block of further steps within it.classModelASTWhenExpressionCode expressionModelASTStagewill be executed or not.Methods in org.jenkinsci.plugins.pipeline.modeldefinition.ast that return types with arguments of type ModelASTStep Modifier and Type Method Description List<ModelASTStep>ModelASTTreeStep. getChildren()List<ModelASTStep>ModelASTBranch. getSteps()Method parameters in org.jenkinsci.plugins.pipeline.modeldefinition.ast with type arguments of type ModelASTStep Modifier and Type Method Description voidModelASTTreeStep. setChildren(List<ModelASTStep> children)voidModelASTBranch. setSteps(List<ModelASTStep> steps) -
Uses of ModelASTStep in org.jenkinsci.plugins.pipeline.modeldefinition.validator
Methods in org.jenkinsci.plugins.pipeline.modeldefinition.validator with parameters of type ModelASTStep Modifier and Type Method Description booleanAbstractModelValidator. validateElement(ModelASTStep step)booleanModelValidator. validateElement(ModelASTStep step)
-