| Package | Description |
|---|---|
| org.jenkinsci.plugins.pipeline.modeldefinition.ast |
| Modifier and Type | Interface and Description |
|---|---|
interface |
ModelASTEnvironmentValue
A marker for classes that can serve as the value for an environment variable.
|
interface |
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. |
interface |
ModelASTWhenContent |
| Modifier and Type | Class and Description |
|---|---|
class |
ModelASTBuildParameter
A single parameter definition, eventually corresponding to a
ParameterDefinition |
class |
ModelASTClosureMap
Represents a map of names to possible method arguments, in closure form in Groovy
|
class |
ModelASTInternalFunctionCall
An internal function call, most notably for use with
ModelASTEnvironment |
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
ModelASTMethodArgs. |
class |
ModelASTOption
A single job property, corresponding eventually to
JobProperty or DeclarativeOption. |
class |
ModelASTTrigger
A single trigger, corresponding eventually to a
Trigger |
class |
ModelASTValue
Represents the value in a key/value pair, as used in
ModelASTEnvironment, ModelASTNamedArgumentList and elsewhere. |
class |
ModelASTWhenCondition |
class |
ModelASTWhenExpression
Code expression
ModelASTStage will be executed or not. |
Copyright © 2016–2019. All rights reserved.