Package org.jenkinsci.plugins.pipeline.modeldefinition.ast
package org.jenkinsci.plugins.pipeline.modeldefinition.ast
-
ClassDescriptionRepresents the special step which are executed without validation against the declarative subset.Special case of a
ModelASTWhenConditiongenerated for a globally defined when condition.whencontainer generated when adding invisible globalwhenconditions to a stage, containing the new invisible conditions and any explicitly defined ones.Generated localization support class.Represents what context in which to run the build - i.e., which label to run on, what Docker agent to run in, etc.Either single value, or named argsRepresents a branch of Pipeline steps to execute, either as part of a parallel block, or on its own.Represents a single BuildCondition to be checked and possibly executed in either the PostBuild or Notifications sections.Represents a list ofBuildConditionandStepsBlockpairs to be called, depending on whether the build condition is satisfied, at the end of the build or a stage.A single parameter definition, eventually corresponding to aParameterDefinitionA container for one or moreModelASTBuildParameters.Represents a map of names to possible method arguments, in closure form in GroovyInterface for elements that contain other elements.Represents a block of "foo = 'bar'" assignments to environment variables, corresponding toEnvironment.A marker for classes that can serve as the value for an environment variable.An internal function call, most notably for use withModelASTEnvironmentRepresents the key in a key/value pair, as used inModelASTEnvironment,ModelASTNamedArgumentListand elsewhere.An individual pair of aModelASTKeyand aModelASTMethodArgA container for one or more library stringsRepresents the collection ofStages to be executed in the build in parallel.A marker for classes that can serve as the argument for a method, either as part of aModelASTKeyValueOrMethodCallPairor on its own in a list.A representation of a method call, including its name and a list ofModelASTMethodArgs.Represents the named parameters for a step in a map ofModelASTKeys andModelASTValues.A single job property, corresponding eventually toJobPropertyor DeclarativeOption.A container for one or moreModelASTOptionsRepresents the collection ofStages to be executed in the build in parallel.Represents the parsed pipeline definition for visual pipeline editor.Represents the positional parameters for a step in a list ofModelASTValues.Represents a list ofBuildConditionandStepsBlockpairs to be called, depending on whether the build condition is satisfied, at the end of the build, but before theNotifications.Represents a list ofBuildConditionandStepsBlockpairs to be called, depending on whether the build condition is satisfied, at the end of the stage.Represents the special step forScriptStep, which are executed without validation against the declarative subset.Represents a single unnamed argument.Represents an individual Stage and theModelASTBranchs it may contain.Represents an individual Stage and theModelASTBranchs it may contain.An input step for a single stage.Represents the collection ofStages to be executed in the build.Represents an individual step within any of the various blocks that can contain steps.Represents a map of tool types to tool names (i.e., the name of the configured installation).Represents the special case of a step that has a sub-block of further steps within it.A single trigger, corresponding eventually to aTriggerA container for one or moreModelASTTriggers.Represents the value in a key/value pair, as used inModelASTEnvironment,ModelASTNamedArgumentListand elsewhere.IfModelASTStagewill be executed or not.Code expressionModelASTStagewill be executed or not.