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.
|
getTimestamp
getSource, toString
public JobExecutionEvent(org.springframework.batch.core.JobExecution execution)
JobExecutionEvent
instance.execution
- the job executionCopyright © 2019 Pivotal Software, Inc.. All rights reserved.