Class JobExecutionEvent

    • Constructor Detail

      • JobExecutionEvent

        public JobExecutionEvent​(org.springframework.batch.core.JobExecution execution)
        Create a new JobExecutionEvent instance.
        Parameters:
        execution - the job execution
    • Method Detail

      • getJobExecution

        public org.springframework.batch.core.JobExecution getJobExecution()
        Return the job execution.
        Returns:
        the job execution