public class JobExecutionInfo
extends java.lang.Object
Constructor and Description |
---|
JobExecutionInfo(org.springframework.batch.core.JobExecution jobExecution,
java.util.TimeZone timeZone) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getDuration() |
java.lang.Long |
getExecutionId() |
org.springframework.batch.core.JobExecution |
getJobExecution() |
java.lang.Long |
getJobId() |
java.util.Properties |
getJobParameters() |
java.lang.String |
getJobParametersString() |
java.lang.String |
getName() |
java.lang.String |
getStartDate() |
java.lang.String |
getStartTime() |
int |
getStepExecutionCount() |
java.util.TimeZone |
getTimeZone() |
boolean |
isAbandonable() |
boolean |
isRestartable() |
boolean |
isStoppable() |
public JobExecutionInfo(org.springframework.batch.core.JobExecution jobExecution, java.util.TimeZone timeZone)
public java.util.TimeZone getTimeZone()
public java.lang.String getName()
public java.lang.Long getExecutionId()
public int getStepExecutionCount()
public java.lang.Long getJobId()
public java.lang.String getStartDate()
public java.lang.String getStartTime()
public java.lang.String getDuration()
public org.springframework.batch.core.JobExecution getJobExecution()
public boolean isRestartable()
public boolean isAbandonable()
public boolean isStoppable()
public java.lang.String getJobParametersString()
public java.util.Properties getJobParameters()