Uses of Class
org.jenkinsci.plugins.pipeline.modeldefinition.ast.ModelASTElement
Packages that use ModelASTElement
-
Uses of ModelASTElement in org.jenkinsci.plugins.pipeline.modeldefinition.ast
Subclasses of ModelASTElement in org.jenkinsci.plugins.pipeline.modeldefinition.astModifier and TypeClassDescriptionclass
Represents the special step which are executed without validation against the declarative subset.class
Special case of aModelASTWhenCondition
generated for a globally defined when condition.class
when
container generated when adding invisible globalwhen
conditions to a stage, containing the new invisible conditions and any explicitly defined ones.final class
Represents what context in which to run the build - i.e., which label to run on, what Docker agent to run in, etc.class
Either single value, or named argsclass
class
final class
Represents a branch of Pipeline steps to execute, either as part of a parallel block, or on its own.final class
Represents a single BuildCondition to be checked and possibly executed in either the PostBuild or Notifications sections.class
Represents a list ofBuildCondition
andStepsBlock
pairs to be called, depending on whether the build condition is satisfied, at the end of the build or a stage.class
A single parameter definition, eventually corresponding to aParameterDefinition
final class
A container for one or moreModelASTBuildParameter
s.final class
Represents a map of names to possible method arguments, in closure form in Groovyfinal class
Represents a block of "foo = 'bar'" assignments to environment variables, corresponding toEnvironment
.class
class
class
class
An internal function call, most notably for use withModelASTEnvironment
class
Represents the key in a key/value pair, as used inModelASTEnvironment
,ModelASTNamedArgumentList
and elsewhere.final class
An individual pair of aModelASTKey
and aModelASTMethodArg
final class
A container for one or more library stringsfinal class
Represents the collection ofStage
s to be executed in the build in parallel.class
A representation of a method call, including its name and a list ofModelASTMethodArg
s.final class
Represents the named parameters for a step in a map ofModelASTKey
s andModelASTValue
s.class
A single job property, corresponding eventually toJobProperty
or DeclarativeOption.final class
A container for one or moreModelASTOption
sclass
Represents the collection ofStage
s to be executed in the build in parallel.final class
Represents the parsed pipeline definition for visual pipeline editor.final class
Represents the positional parameters for a step in a list ofModelASTValue
s.final class
Represents a list ofBuildCondition
andStepsBlock
pairs to be called, depending on whether the build condition is satisfied, at the end of the build, but before theNotifications
.final class
Represents a list ofBuildCondition
andStepsBlock
pairs to be called, depending on whether the build condition is satisfied, at the end of the stage.class
Represents the special step forScriptStep
, which are executed without validation against the declarative subset.final class
Represents a single unnamed argument.class
Represents an individual Stage and theModelASTBranch
s it may contain.class
Represents an individual Stage and theModelASTBranch
s it may contain.final class
An input step for a single stage.class
Represents the collection ofStage
s to be executed in the build.class
Represents an individual step within any of the various blocks that can contain steps.final class
Represents a map of tool types to tool names (i.e., the name of the configured installation).class
Represents the special case of a step that has a sub-block of further steps within it.class
A single trigger, corresponding eventually to aTrigger
final class
A container for one or moreModelASTTrigger
s.class
Represents the value in a key/value pair, as used inModelASTEnvironment
,ModelASTNamedArgumentList
and elsewhere.class
IfModelASTStage
will be executed or not.class
class
Code expressionModelASTStage
will be executed or not.