Interface VetoActionExecution
- All Known Implementing Classes:
RetryActionExecution,SkipActionExecution
public interface VetoActionExecution
-
Method Summary
Modifier and TypeMethodDescriptiongetMode()intvoidupdateTrigger(AbstractJob job, ExecutionLogEntry logEntry)
-
Method Details
-
getMode
VetoActionExecutionMode getMode() -
getExplanation
String getExplanation() -
getRetryUnit
RetryTimeUnit getRetryUnit() -
getRetryAmount
int getRetryAmount() -
updateTrigger
-