public class SetJobRetriesCmd extends Object implements Command<Void>, Serializable
Modifier and Type | Field and Description |
---|---|
protected String |
jobDefinitionId |
protected String |
jobId |
protected int |
retries |
Constructor and Description |
---|
SetJobRetriesCmd(String jobId,
String jobDefinitionId,
int retries) |
Modifier and Type | Method and Description |
---|---|
Void |
execute(CommandContext commandContext) |
protected void |
setJobRetriesByJobDefinitionId(CommandContext commandContext) |
protected void |
setJobRetriesByJobId(CommandContext commandContext) |
protected final String jobId
protected final String jobDefinitionId
protected final int retries
public Void execute(CommandContext commandContext)
protected void setJobRetriesByJobId(CommandContext commandContext)
protected void setJobRetriesByJobDefinitionId(CommandContext commandContext)
Copyright © 2015. All rights reserved.