public interface ExecutionValidator
| Modifier and Type | Method and Description |
|---|---|
boolean |
canRunMoreExecutions(JobValidationReference job,
boolean retry,
long prevId)
Validates if a job can run more executions.
|
boolean canRunMoreExecutions(JobValidationReference job, boolean retry, long prevId)
job - the job referenceretry - if the validation should consider retry.prevId - The previous id un case of retry.