public interface ExecutionLifecyclePlugin
| Modifier and Type | Method and Description |
|---|---|
default ExecutionLifecycleStatus |
afterJobEnds(JobExecutionEvent event)
It triggers when a job ends
|
default ExecutionLifecycleStatus |
beforeJobStarts(JobExecutionEvent event)
It triggers before the job starts
|
default ExecutionLifecycleStatus beforeJobStarts(JobExecutionEvent event) throws ExecutionLifecyclePluginException
event - event execution dataExecutionLifecyclePluginExceptiondefault ExecutionLifecycleStatus afterJobEnds(JobExecutionEvent event) throws ExecutionLifecyclePluginException
event - event execution dataExecutionLifecyclePluginException