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