public class JobExecutionEvent extends ApplicationEvent
ApplicationEvent encapsulating a JobExecution.source| Constructor and Description | 
|---|
JobExecutionEvent(org.springframework.batch.core.JobExecution execution)
Create a new  
JobExecutionEvent instance. | 
| Modifier and Type | Method and Description | 
|---|---|
org.springframework.batch.core.JobExecution | 
getJobExecution()
Return the job execution. 
 | 
getTimestampgetSource, toStringpublic JobExecutionEvent(org.springframework.batch.core.JobExecution execution)
JobExecutionEvent instance.execution - the job execution