Uses of Interface
org.jenkinsci.plugins.pipeline.modeldefinition.ast.ModelASTMethodArg
-
Uses of ModelASTMethodArg in org.jenkinsci.plugins.pipeline.modeldefinition.ast
Modifier and TypeClassDescriptionclass
A single parameter definition, eventually corresponding to aParameterDefinition
final class
Represents a map of names to possible method arguments, in closure form in Groovyfinal class
An individual pair of aModelASTKey
and aModelASTMethodArg
class
A representation of a method call, including its name and a list ofModelASTMethodArg
s.class
A single job property, corresponding eventually toJobProperty
or DeclarativeOption.class
A single trigger, corresponding eventually to aTrigger
class
Represents the value in a key/value pair, as used inModelASTEnvironment
,ModelASTNamedArgumentList
and elsewhere.Modifier and TypeMethodDescriptionModelASTKeyValueOrMethodCallPair.getValue()
ModelASTAgent.getVariables()
Modifier and TypeMethodDescriptionvoid
ModelASTKeyValueOrMethodCallPair.setValue
(ModelASTMethodArg value) void
ModelASTAgent.setVariables
(ModelASTMethodArg variables) Modifier and TypeMethodDescriptionvoid
ModelASTMethodCall.setArgs
(List<ModelASTMethodArg> args) void
ModelASTClosureMap.setVariables
(Map<ModelASTKey, ModelASTMethodArg> variables)