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