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