Uses of Package
org.jenkinsci.plugins.pipeline.modeldefinition.ast
Packages that use org.jenkinsci.plugins.pipeline.modeldefinition.ast
Package
Description
-
Classes in org.jenkinsci.plugins.pipeline.modeldefinition.ast used by org.jenkinsci.plugins.pipeline.modeldefinition.astClassDescriptionRepresents the special step which are executed without validation against the declarative subset.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 of
BuildConditionandStepsBlockpairs 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.Interface 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.Represents the key in a key/value pair, as used inModelASTEnvironment,ModelASTNamedArgumentListand elsewhere.A 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.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 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 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).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. -
Classes in org.jenkinsci.plugins.pipeline.modeldefinition.ast used by org.jenkinsci.plugins.pipeline.modeldefinition.validatorClassDescriptionRepresents what context in which to run the build - i.e., which label to run on, what Docker agent to run in, etc.Represents 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 of
BuildConditionandStepsBlockpairs 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 block of "foo = 'bar'" assignments to environment variables, corresponding toEnvironment.An internal function call, most notably for use withModelASTEnvironmentA container for one or more library stringsRepresents the collection ofStages to be executed in the build in parallel.A representation of a method call, including its name and a list ofModelASTMethodArgs.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 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 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).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.