public class RetryActionExecution extends java.lang.Object implements VetoActionExecution
| Constructor and Description |
|---|
RetryActionExecution(java.lang.String explanation) |
RetryActionExecution(java.lang.String explanation,
RetryTimeUnit unit,
int amount) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getExplanation() |
VetoActionExecutionMode |
getMode() |
int |
getRetryAmount() |
RetryTimeUnit |
getRetryUnit() |
void |
updateTrigger(AbstractJob job,
ExecutionLogEntry logEntry) |
public RetryActionExecution(java.lang.String explanation)
public RetryActionExecution(java.lang.String explanation,
RetryTimeUnit unit,
int amount)
public VetoActionExecutionMode getMode()
getMode in interface VetoActionExecutionpublic java.lang.String getExplanation()
getExplanation in interface VetoActionExecutionpublic void updateTrigger(AbstractJob job, ExecutionLogEntry logEntry)
updateTrigger in interface VetoActionExecutionpublic RetryTimeUnit getRetryUnit()
getRetryUnit in interface VetoActionExecutionpublic int getRetryAmount()
getRetryAmount in interface VetoActionExecution