Package | Description |
---|---|
org.jenkinsci.plugins.pipeline.modeldefinition.ast |
Modifier and Type | Method and Description |
---|---|
ModelASTKey |
ModelASTAgent.getAgentType() |
ModelASTKey |
ModelASTKeyValueOrMethodCallPair.getKey() |
ModelASTKey |
ModelASTNamedArgumentList.keyForName(String keyName) |
Modifier and Type | Method and Description |
---|---|
Map<ModelASTKey,ModelASTValue> |
ModelASTNamedArgumentList.getArguments() |
Map<ModelASTKey,ModelASTValue> |
ModelASTTools.getTools() |
Map<ModelASTKey,ModelASTValue> |
ModelASTEnvironment.getVariables() |
Map<ModelASTKey,ModelASTMethodArg> |
ModelASTClosureMap.getVariables() |
Modifier and Type | Method and Description |
---|---|
void |
ModelASTAgent.setAgentType(ModelASTKey k) |
void |
ModelASTKeyValueOrMethodCallPair.setKey(ModelASTKey key) |
Modifier and Type | Method and Description |
---|---|
void |
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,ModelASTValue> variables) |
Copyright © 2016–2017. All rights reserved.