Uses of Interface
org.jenkinsci.plugins.pipeline.modeldefinition.ast.ModelASTMethodArg
Packages that use ModelASTMethodArg
-
Uses of ModelASTMethodArg in org.jenkinsci.plugins.pipeline.modeldefinition.ast
Classes in org.jenkinsci.plugins.pipeline.modeldefinition.ast that implement ModelASTMethodArgModifier 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.Methods in org.jenkinsci.plugins.pipeline.modeldefinition.ast that return ModelASTMethodArgModifier and TypeMethodDescriptionModelASTKeyValueOrMethodCallPair.getValue()
ModelASTAgent.getVariables()
Methods in org.jenkinsci.plugins.pipeline.modeldefinition.ast that return types with arguments of type ModelASTMethodArgMethods in org.jenkinsci.plugins.pipeline.modeldefinition.ast with parameters of type ModelASTMethodArgModifier and TypeMethodDescriptionvoid
ModelASTKeyValueOrMethodCallPair.setValue
(ModelASTMethodArg value) void
ModelASTAgent.setVariables
(ModelASTMethodArg variables) Method parameters in org.jenkinsci.plugins.pipeline.modeldefinition.ast with type arguments of type ModelASTMethodArgModifier and TypeMethodDescriptionvoid
ModelASTMethodCall.setArgs
(List<ModelASTMethodArg> args) void
ModelASTClosureMap.setVariables
(Map<ModelASTKey, ModelASTMethodArg> variables)