Package | Description |
---|---|
org.jenkinsci.plugins.pipeline.modeldefinition.ast |
Modifier and Type | Class and Description |
---|---|
class |
AbstractModelASTCodeBlock
Represents the special step which are executed without validation against the declarative subset.
|
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.
|
class |
ModelASTArgumentList
Either single value, or named args
|
class |
ModelASTBranch
Represents a branch of Pipeline steps to execute, either as part of a parallel block, or on its own.
|
class |
ModelASTBuildCondition
Represents a single BuildCondition to be checked and possibly executed in either the PostBuild or
Notifications sections.
|
class |
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. |
class |
ModelASTBuildParameter
A single parameter definition, eventually corresponding to a
ParameterDefinition |
class |
ModelASTBuildParameters
A container for one or more
ModelASTBuildParameter s. |
class |
ModelASTClosureMap
Represents a map of names to possible method arguments, in closure form in Groovy
|
class |
ModelASTEnvironment
Represents a block of "foo = 'bar'" assignments to environment variables, corresponding to
Environment . |
class |
ModelASTKey
Represents the key in a key/value pair, as used in
ModelASTEnvironment , ModelASTNamedArgumentList and elsewhere. |
class |
ModelASTKeyValueOrMethodCallPair
An individual pair of a
ModelASTKey and a ModelASTMethodArg |
class |
ModelASTMethodCall
A representation of a method call, including its name and a list of
ModelASTMethodArg s. |
class |
ModelASTNamedArgumentList
Represents the named parameters for a step in a map of
ModelASTKey s and ModelASTValue s. |
class |
ModelASTOption
A single job property, corresponding eventually to
JobProperty or DeclarativeOption. |
class |
ModelASTOptions
A container for one or more
ModelASTOption s |
class |
ModelASTPipelineDef
Represents the parsed pipeline definition for visual pipeline editor.
|
class |
ModelASTPositionalArgumentList
Represents the positional parameters for a step in a list of
ModelASTValue s. |
class |
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 . |
class |
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. |
class |
ModelASTScriptBlock
Represents the special step for
ScriptStep , which are executed without validation against the declarative subset. |
class |
ModelASTSingleArgument
Represents a single unnamed argument.
|
class |
ModelASTStage
Represents an individual Stage and the
ModelASTBranch s it may contain. |
class |
ModelASTStages
Represents the collection of
Stage s to be executed in the build. |
class |
ModelASTStep
Represents an individual step within any of the various blocks that can contain steps.
|
class |
ModelASTTools
Represents a map of tool types to tool names (i.e., the name of the configured installation).
|
class |
ModelASTTreeStep
Represents the special case of a step that has a sub-block of further steps within it.
|
class |
ModelASTTrigger
A single trigger, corresponding eventually to a
Trigger |
class |
ModelASTTriggers
A container for one or more
ModelASTTrigger s. |
class |
ModelASTValue
Represents the value in a key/value pair, as used in
ModelASTEnvironment , ModelASTNamedArgumentList and elsewhere. |
class |
ModelASTWhen
If
ModelASTStage will be executed or not. |
class |
ModelASTWhenExpression
Code expression
ModelASTStage will be executed or not. |
Copyright © 2016–2017. All rights reserved.