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