public class SetJobRetriesCmd extends AbstractSetJobRetriesCmd implements Command<Void>, Serializable
Modifier and Type | Field and Description |
---|---|
protected String |
jobDefinitionId |
protected String |
jobId |
protected int |
retries |
protected static long |
serialVersionUID |
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) |
getLogEntryOperation, setJobRetriesByJobId
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
isRetryable
protected static final long serialVersionUID
protected final String jobId
protected final String jobDefinitionId
protected final int retries
public Void execute(CommandContext commandContext)
protected void setJobRetriesByJobDefinitionId(CommandContext commandContext)
Copyright © 2022. All rights reserved.