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 VetoJobExecution
public java.lang.String getExplanation()
getExplanation
in interface VetoJobExecution
public void updateTrigger(AbstractJob job, ExecutionLogEntry logEntry)
updateTrigger
in interface VetoJobExecution
public RetryTimeUnit getRetryUnit()
getRetryUnit
in interface VetoJobExecution
public int getRetryAmount()
getRetryAmount
in interface VetoJobExecution