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 TypeClassDescriptionclassA single parameter definition, eventually corresponding to aParameterDefinitionfinal classRepresents a map of names to possible method arguments, in closure form in Groovyfinal classAn individual pair of aModelASTKeyand aModelASTMethodArgclassA representation of a method call, including its name and a list ofModelASTMethodArgs.classA single job property, corresponding eventually toJobPropertyor DeclarativeOption.classA single trigger, corresponding eventually to aTriggerclassRepresents the value in a key/value pair, as used inModelASTEnvironment,ModelASTNamedArgumentListand 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 TypeMethodDescriptionvoidModelASTKeyValueOrMethodCallPair.setValue(ModelASTMethodArg value) voidModelASTAgent.setVariables(ModelASTMethodArg variables) Method parameters in org.jenkinsci.plugins.pipeline.modeldefinition.ast with type arguments of type ModelASTMethodArgModifier and TypeMethodDescriptionvoidModelASTMethodCall.setArgs(List<ModelASTMethodArg> args) voidModelASTClosureMap.setVariables(Map<ModelASTKey, ModelASTMethodArg> variables)