Uses of Class
org.jenkinsci.plugins.pipeline.modeldefinition.ast.ModelASTKey
Packages that use ModelASTKey
-
Uses of ModelASTKey in org.jenkinsci.plugins.pipeline.modeldefinition.ast
Methods in org.jenkinsci.plugins.pipeline.modeldefinition.ast that return ModelASTKeyModifier and TypeMethodDescriptionModelASTAgent.getAgentType()
ModelASTKeyValueOrMethodCallPair.getKey()
ModelASTAxis.getName()
ModelASTNamedArgumentList.keyForName
(String keyName) Methods in org.jenkinsci.plugins.pipeline.modeldefinition.ast that return types with arguments of type ModelASTKeyModifier and TypeMethodDescriptionModelASTNamedArgumentList.getArguments()
ModelASTTools.getTools()
ModelASTClosureMap.getVariables()
ModelASTEnvironment.getVariables()
Methods in org.jenkinsci.plugins.pipeline.modeldefinition.ast with parameters of type ModelASTKeyModifier and TypeMethodDescriptionvoid
ModelASTAgent.setAgentType
(ModelASTKey k) void
ModelASTKeyValueOrMethodCallPair.setKey
(ModelASTKey key) void
ModelASTAxis.setName
(ModelASTKey name) Method parameters in org.jenkinsci.plugins.pipeline.modeldefinition.ast with type arguments of type ModelASTKeyModifier 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)