public class GetExecutionVariablesCmd extends Object implements Command<Map<String,Object>>, Serializable
Modifier and Type | Field and Description |
---|---|
protected String |
executionId |
protected boolean |
isLocal |
protected Collection<String> |
variableNames |
Constructor and Description |
---|
GetExecutionVariablesCmd(String executionId,
Collection<String> variableNames,
boolean isLocal) |
protected String executionId
protected Collection<String> variableNames
protected boolean isLocal
public GetExecutionVariablesCmd(String executionId, Collection<String> variableNames, boolean isLocal)
Copyright © 2015. All rights reserved.