public class SetTaskVariablesCmd extends Object implements Command<Object>, Serializable
Modifier and Type | Field and Description |
---|---|
protected boolean |
isLocal |
protected String |
taskId |
protected Map<String,? extends Object> |
variables |
Constructor and Description |
---|
SetTaskVariablesCmd(String taskId,
Map<String,? extends Object> variables,
boolean isLocal) |
protected boolean isLocal
protected String taskId
public Object execute(CommandContext commandContext)
Copyright © 2015. All rights reserved.