public interface JobExecution
Provides a view of a job execution to the JobOperator.
-
Method Summary
Modifier and TypeMethodDescriptionGet batch status of this execution.Get time execution was created.Get time execution entered end status: COMPLETED, STOPPED, FAILED.long
Get unique id for this JobExecution.Get execution exit status.Get job name.Get job parameters for this execution.Get time execution was last updated updated.Get time execution entered STARTED status.
-
Method Details
-
getExecutionId
long getExecutionId()Get unique id for this JobExecution.- Returns:
- execution id
-
getJobName
-
getBatchStatus
-
getStartTime
-
getEndTime
Date getEndTime()Get time execution entered end status: COMPLETED, STOPPED, FAILED.- Returns:
- date (time)
-
getExitStatus
-
getCreateTime
-
getLastUpdatedTime
-
getJobParameters
-