Constructor and Description |
---|
DetailedJobInfo(java.lang.String name,
int executionCount,
boolean launchable,
boolean incrementable,
JobExecutionInfo lastExecution,
boolean deployed)
Construct detailed job info.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getDuration() |
org.springframework.batch.core.ExitStatus |
getExitStatus() |
java.lang.String |
getJobParameters() |
JobExecutionInfo |
getLastExecutionInfo() |
java.lang.String |
getStartDate() |
java.lang.String |
getStartTime() |
int |
getStepExecutionCount() |
getExecutionCount, getJobInstanceId, getName, isDeployed, isIncrementable, isLaunchable
public DetailedJobInfo(java.lang.String name, int executionCount, boolean launchable, boolean incrementable, JobExecutionInfo lastExecution, boolean deployed)
name
- the name of the jobexecutionCount
- the number of job executionslaunchable
- flag to specify if the job is launchableincrementable
- flag to specify if the job parameter is incrementablelastExecution
- the last job execution for this jobdeployed
- flag to specify if the job is deployedpublic JobExecutionInfo getLastExecutionInfo()
public java.lang.String getJobParameters()
public java.lang.String getDuration()
public java.lang.String getStartTime()
public java.lang.String getStartDate()
public int getStepExecutionCount()
public org.springframework.batch.core.ExitStatus getExitStatus()