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 TypeClassDescriptionclassRepresents the special step which are executed without validation against the declarative subset.classSpecial case of aModelASTWhenConditiongenerated for a globally defined when condition.classwhencontainer generated when adding invisible globalwhenconditions to a stage, containing the new invisible conditions and any explicitly defined ones.final classRepresents what context in which to run the build - i.e., which label to run on, what Docker agent to run in, etc.classEither single value, or named argsclassclassfinal classRepresents a branch of Pipeline steps to execute, either as part of a parallel block, or on its own.final classRepresents a single BuildCondition to be checked and possibly executed in either the PostBuild or Notifications sections.classRepresents a list ofBuildConditionandStepsBlockpairs to be called, depending on whether the build condition is satisfied, at the end of the build or a stage.classA single parameter definition, eventually corresponding to aParameterDefinitionfinal classA container for one or moreModelASTBuildParameters.final classRepresents a map of names to possible method arguments, in closure form in Groovyfinal classRepresents a block of "foo = 'bar'" assignments to environment variables, corresponding toEnvironment.classclassclassclassAn internal function call, most notably for use withModelASTEnvironmentclassRepresents the key in a key/value pair, as used inModelASTEnvironment,ModelASTNamedArgumentListand elsewhere.final classAn individual pair of aModelASTKeyand aModelASTMethodArgfinal classA container for one or more library stringsfinal classRepresents the collection ofStages to be executed in the build in parallel.classA representation of a method call, including its name and a list ofModelASTMethodArgs.final classRepresents the named parameters for a step in a map ofModelASTKeys andModelASTValues.classA single job property, corresponding eventually toJobPropertyor DeclarativeOption.final classA container for one or moreModelASTOptionsclassRepresents the collection ofStages to be executed in the build in parallel.final classRepresents the parsed pipeline definition for visual pipeline editor.final classRepresents the positional parameters for a step in a list ofModelASTValues.final classRepresents a list ofBuildConditionandStepsBlockpairs to be called, depending on whether the build condition is satisfied, at the end of the build, but before theNotifications.final classRepresents a list ofBuildConditionandStepsBlockpairs to be called, depending on whether the build condition is satisfied, at the end of the stage.classRepresents the special step forScriptStep, which are executed without validation against the declarative subset.final classRepresents a single unnamed argument.classRepresents an individual Stage and theModelASTBranchs it may contain.classRepresents an individual Stage and theModelASTBranchs it may contain.final classAn input step for a single stage.classRepresents the collection ofStages to be executed in the build.classRepresents an individual step within any of the various blocks that can contain steps.final classRepresents a map of tool types to tool names (i.e., the name of the configured installation).classRepresents the special case of a step that has a sub-block of further steps within it.classA single trigger, corresponding eventually to aTriggerfinal classA container for one or moreModelASTTriggers.classRepresents the value in a key/value pair, as used inModelASTEnvironment,ModelASTNamedArgumentListand elsewhere.classIfModelASTStagewill be executed or not.classclassCode expressionModelASTStagewill be executed or not.