Uses of Interface
org.jenkinsci.plugins.pipeline.modeldefinition.ast.ModelASTMethodArg
-
Packages that use ModelASTMethodArg Package Description org.jenkinsci.plugins.pipeline.modeldefinition.ast -
-
Uses of ModelASTMethodArg in org.jenkinsci.plugins.pipeline.modeldefinition.ast
Classes in org.jenkinsci.plugins.pipeline.modeldefinition.ast that implement ModelASTMethodArg Modifier and Type Class Description classModelASTBuildParameterA single parameter definition, eventually corresponding to aParameterDefinitionclassModelASTClosureMapRepresents a map of names to possible method arguments, in closure form in GroovyclassModelASTKeyValueOrMethodCallPairAn individual pair of aModelASTKeyand aModelASTMethodArgclassModelASTMethodCallA representation of a method call, including its name and a list ofModelASTMethodArgs.classModelASTOptionA single job property, corresponding eventually toJobPropertyor DeclarativeOption.classModelASTTriggerA single trigger, corresponding eventually to aTriggerclassModelASTValueRepresents the value in a key/value pair, as used inModelASTEnvironment,ModelASTNamedArgumentListand elsewhere.Methods in org.jenkinsci.plugins.pipeline.modeldefinition.ast that return ModelASTMethodArg Modifier and Type Method Description ModelASTMethodArgModelASTKeyValueOrMethodCallPair. getValue()ModelASTMethodArgModelASTAgent. getVariables()Methods in org.jenkinsci.plugins.pipeline.modeldefinition.ast that return types with arguments of type ModelASTMethodArg Modifier and Type Method Description List<ModelASTMethodArg>ModelASTMethodCall. getArgs()Map<ModelASTKey,ModelASTMethodArg>ModelASTClosureMap. getVariables()Methods in org.jenkinsci.plugins.pipeline.modeldefinition.ast with parameters of type ModelASTMethodArg Modifier and Type Method Description voidModelASTKeyValueOrMethodCallPair. setValue(ModelASTMethodArg value)voidModelASTAgent. setVariables(ModelASTMethodArg variables)Method parameters in org.jenkinsci.plugins.pipeline.modeldefinition.ast with type arguments of type ModelASTMethodArg Modifier and Type Method Description voidModelASTMethodCall. setArgs(List<ModelASTMethodArg> args)voidModelASTClosureMap. setVariables(Map<ModelASTKey,ModelASTMethodArg> variables)
-