| Interface | Description |
|---|---|
| ModelASTElementContainer |
Interface for elements that contain other elements.
|
| ModelASTEnvironmentValue |
A marker for classes that can serve as the value for an environment variable.
|
| ModelASTMarkerInterface | |
| ModelASTMethodArg |
A marker for classes that can serve as the argument for a method, either as part of a
ModelASTKeyValueOrMethodCallPair or
on its own in a list. |
| ModelASTWhenContent |
| Class | Description |
|---|---|
| AbstractModelASTCodeBlock |
Represents the special step which are executed without validation against the declarative subset.
|
| InvisibleGlobalWhenCondition |
Special case of a
ModelASTWhenCondition generated for a globally defined when condition. |
| InvisibleWhen |
when container generated when adding invisible global when conditions to a stage, containing the new
invisible conditions and any explicitly defined ones. |
| Messages |
Generated localization support class.
|
| ModelASTAgent |
Represents what context in which to run the build - i.e., which label to run on, what Docker agent to run in, etc.
|
| ModelASTArgumentList |
Either single value, or named args
|
| ModelASTAxis | |
| ModelASTAxisContainer | |
| ModelASTBranch |
Represents a branch of Pipeline steps to execute, either as part of a parallel block, or on its own.
|
| ModelASTBuildCondition |
Represents a single BuildCondition to be checked and possibly executed in either the PostBuild or
Notifications sections.
|
| ModelASTBuildConditionsContainer |
Represents a list of
BuildCondition and StepsBlock pairs to be called, depending on whether
the build condition is satisfied, at the end of the build or a stage. |
| ModelASTBuildParameter |
A single parameter definition, eventually corresponding to a
ParameterDefinition |
| ModelASTBuildParameters |
A container for one or more
ModelASTBuildParameters. |
| ModelASTClosureMap |
Represents a map of names to possible method arguments, in closure form in Groovy
|
| ModelASTElement | |
| ModelASTEnvironment |
Represents a block of "foo = 'bar'" assignments to environment variables, corresponding to
Environment. |
| ModelASTExclude | |
| ModelASTExcludeAxis | |
| ModelASTExcludes | |
| ModelASTInternalFunctionCall |
An internal function call, most notably for use with
ModelASTEnvironment |
| ModelASTKey |
Represents the key in a key/value pair, as used in
ModelASTEnvironment, ModelASTNamedArgumentList and elsewhere. |
| ModelASTKeyValueOrMethodCallPair |
An individual pair of a
ModelASTKey and a ModelASTMethodArg |
| ModelASTLibraries |
A container for one or more library strings
|
| ModelASTMatrix |
Represents the collection of
Stages to be executed in the build in parallel. |
| ModelASTMethodCall |
A representation of a method call, including its name and a list of
ModelASTMethodArgs. |
| ModelASTNamedArgumentList |
Represents the named parameters for a step in a map of
ModelASTKeys and ModelASTValues. |
| ModelASTOption |
A single job property, corresponding eventually to
JobProperty or DeclarativeOption. |
| ModelASTOptions |
A container for one or more
ModelASTOptions |
| ModelASTParallel |
Represents the collection of
Stages to be executed in the build in parallel. |
| ModelASTPipelineDef |
Represents the parsed pipeline definition for visual pipeline editor.
|
| ModelASTPositionalArgumentList |
Represents the positional parameters for a step in a list of
ModelASTValues. |
| ModelASTPostBuild |
Represents a list of
BuildCondition and StepsBlock pairs to be called, depending on whether the build
condition is satisfied, at the end of the build, but before the Notifications. |
| ModelASTPostStage |
Represents a list of
BuildCondition and StepsBlock pairs to be called, depending on whether the build
condition is satisfied, at the end of the stage. |
| ModelASTScriptBlock |
Represents the special step for
ScriptStep, which are executed without validation against the declarative subset. |
| ModelASTSingleArgument |
Represents a single unnamed argument.
|
| ModelASTStage |
Represents an individual Stage and the
ModelASTBranchs it may contain. |
| ModelASTStageBase |
Represents an individual Stage and the
ModelASTBranchs it may contain. |
| ModelASTStageInput |
An input step for a single stage.
|
| ModelASTStages |
Represents the collection of
Stages to be executed in the build. |
| ModelASTStep |
Represents an individual step within any of the various blocks that can contain steps.
|
| ModelASTTools |
Represents a map of tool types to tool names (i.e., the name of the configured installation).
|
| ModelASTTreeStep |
Represents the special case of a step that has a sub-block of further steps within it.
|
| ModelASTTrigger |
A single trigger, corresponding eventually to a
Trigger |
| ModelASTTriggers |
A container for one or more
ModelASTTriggers. |
| ModelASTValue |
Represents the value in a key/value pair, as used in
ModelASTEnvironment, ModelASTNamedArgumentList and elsewhere. |
| ModelASTWhen |
If
ModelASTStage will be executed or not. |
| ModelASTWhenCondition | |
| ModelASTWhenExpression |
Code expression
ModelASTStage will be executed or not. |
Copyright © 2016–2021. All rights reserved.