public class SkipJobExecution extends java.lang.Object implements VetoJobExecution
| Constructor and Description |
|---|
SkipJobExecution(java.lang.String explanation) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getExplanation() |
VetoJobExecutionMode |
getMode() |
int |
getRetryAmount() |
RetryTimeUnit |
getRetryUnit() |
void |
updateTrigger(AbstractJob job,
ExecutionLogEntry logEntry) |
public VetoJobExecutionMode getMode()
getMode in interface VetoJobExecutionpublic java.lang.String getExplanation()
getExplanation in interface VetoJobExecutionpublic void updateTrigger(AbstractJob job, ExecutionLogEntry logEntry)
updateTrigger in interface VetoJobExecutionpublic RetryTimeUnit getRetryUnit()
getRetryUnit in interface VetoJobExecutionpublic int getRetryAmount()
getRetryAmount in interface VetoJobExecution