Uses of Class
org.jenkinsci.plugins.pipeline.modeldefinition.ast.ModelASTKey
-
Uses of ModelASTKey in org.jenkinsci.plugins.pipeline.modeldefinition.ast
Modifier and TypeMethodDescriptionModelASTAgent.getAgentType()
ModelASTKeyValueOrMethodCallPair.getKey()
ModelASTAxis.getName()
ModelASTNamedArgumentList.keyForName
(String keyName) Modifier and TypeMethodDescriptionModelASTNamedArgumentList.getArguments()
ModelASTTools.getTools()
ModelASTClosureMap.getVariables()
ModelASTEnvironment.getVariables()
Modifier and TypeMethodDescriptionvoid
ModelASTAgent.setAgentType
(ModelASTKey k) void
ModelASTKeyValueOrMethodCallPair.setKey
(ModelASTKey key) void
ModelASTAxis.setName
(ModelASTKey name) Modifier and TypeMethodDescriptionvoid
ModelASTNamedArgumentList.setArguments
(Map<ModelASTKey, ModelASTValue> arguments) void
ModelASTTools.setTools
(Map<ModelASTKey, ModelASTValue> tools) void
ModelASTClosureMap.setVariables
(Map<ModelASTKey, ModelASTMethodArg> variables) void
ModelASTEnvironment.setVariables
(Map<ModelASTKey, ModelASTEnvironmentValue> variables)