Uses of Class
org.jenkinsci.plugins.pipeline.modeldefinition.ast.ModelASTStep
Package
Description
-
Uses of ModelASTStep in org.jenkinsci.plugins.pipeline.modeldefinition.ast
Modifier 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.Modifier and TypeMethodDescriptionvoid
ModelASTTreeStep.setChildren
(List<ModelASTStep> children) void
ModelASTBranch.setSteps
(List<ModelASTStep> steps) -
Uses of ModelASTStep in org.jenkinsci.plugins.pipeline.modeldefinition.validator
Modifier and TypeMethodDescriptionboolean
AbstractModelValidator.validateElement
(ModelASTStep step) boolean
ModelValidator.validateElement
(ModelASTStep step)