Package | Description |
---|---|
org.jenkinsci.plugins.pipeline.modeldefinition.ast |
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 |
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 |
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. |
Modifier and Type | Method and Description |
---|---|
ModelASTMethodArg |
ModelASTKeyValueOrMethodCallPair.getValue() |
ModelASTMethodArg |
ModelASTAgent.getVariables() |
Modifier and Type | Method and Description |
---|---|
List<ModelASTMethodArg> |
ModelASTMethodCall.getArgs() |
Map<ModelASTKey,ModelASTMethodArg> |
ModelASTClosureMap.getVariables() |
Modifier and Type | Method and Description |
---|---|
void |
ModelASTKeyValueOrMethodCallPair.setValue(ModelASTMethodArg value) |
void |
ModelASTAgent.setVariables(ModelASTMethodArg variables) |
Modifier and Type | Method and Description |
---|---|
void |
ModelASTMethodCall.setArgs(List<ModelASTMethodArg> args) |
void |
ModelASTClosureMap.setVariables(Map<ModelASTKey,ModelASTMethodArg> variables) |
Copyright © 2016–2017. All rights reserved.