Uses of Class
org.jenkinsci.plugins.pipeline.modeldefinition.ast.ModelASTKey
-
Packages that use ModelASTKey Package Description org.jenkinsci.plugins.pipeline.modeldefinition.ast -
-
Uses of ModelASTKey in org.jenkinsci.plugins.pipeline.modeldefinition.ast
Methods in org.jenkinsci.plugins.pipeline.modeldefinition.ast that return ModelASTKey Modifier and Type Method Description ModelASTKeyModelASTAgent. getAgentType()ModelASTKeyModelASTKeyValueOrMethodCallPair. getKey()ModelASTKeyModelASTAxis. getName()ModelASTKeyModelASTNamedArgumentList. keyForName(String keyName)Methods in org.jenkinsci.plugins.pipeline.modeldefinition.ast that return types with arguments of type ModelASTKey Modifier and Type Method Description Map<ModelASTKey,ModelASTValue>ModelASTNamedArgumentList. getArguments()Map<ModelASTKey,ModelASTValue>ModelASTTools. getTools()Map<ModelASTKey,ModelASTMethodArg>ModelASTClosureMap. getVariables()Map<ModelASTKey,ModelASTEnvironmentValue>ModelASTEnvironment. getVariables()Methods in org.jenkinsci.plugins.pipeline.modeldefinition.ast with parameters of type ModelASTKey Modifier and Type Method Description voidModelASTAgent. setAgentType(ModelASTKey k)voidModelASTKeyValueOrMethodCallPair. setKey(ModelASTKey key)voidModelASTAxis. setName(ModelASTKey name)Method parameters in org.jenkinsci.plugins.pipeline.modeldefinition.ast with type arguments of type ModelASTKey Modifier and Type Method Description voidModelASTNamedArgumentList. setArguments(Map<ModelASTKey,ModelASTValue> arguments)voidModelASTTools. setTools(Map<ModelASTKey,ModelASTValue> tools)voidModelASTClosureMap. setVariables(Map<ModelASTKey,ModelASTMethodArg> variables)voidModelASTEnvironment. setVariables(Map<ModelASTKey,ModelASTEnvironmentValue> variables)
-