public class JobExecutionEvent extends AbstractYarnEvent
JobExecution
has happened.Constructor and Description |
---|
JobExecutionEvent(java.lang.Object source,
org.springframework.batch.core.JobExecution jobExecution)
Constructs event with the given
StepExecution . |
Modifier and Type | Method and Description |
---|---|
org.springframework.batch.core.JobExecution |
getJobExecution()
Gets the job execution for this event.
|
java.lang.String |
toString() |