Uses of Class
org.jenkinsci.plugins.pipeline.modeldefinition.ast.ModelASTStep
Packages that use ModelASTStep
Package
Description
-
Uses of ModelASTStep in org.jenkinsci.plugins.pipeline.modeldefinition.ast
Subclasses of ModelASTStep in org.jenkinsci.plugins.pipeline.modeldefinition.astModifier and TypeClassDescriptionclass
Represents the special step which are executed without validation against the declarative subset.class
Represents the special step forScriptStep
, which are executed without validation against the declarative subset.class
Represents the special case of a step that has a sub-block of further steps within it.class
Code expressionModelASTStage
will be executed or not.Methods in org.jenkinsci.plugins.pipeline.modeldefinition.ast that return types with arguments of type ModelASTStepMethod parameters in org.jenkinsci.plugins.pipeline.modeldefinition.ast with type arguments of type ModelASTStepModifier and TypeMethodDescriptionvoid
ModelASTTreeStep.setChildren
(List<ModelASTStep> children) void
ModelASTBranch.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 ModelASTStepModifier and TypeMethodDescriptionboolean
AbstractModelValidator.validateElement
(ModelASTStep step) boolean
ModelValidator.validateElement
(ModelASTStep step)