public class JobExecutionInfo extends Object
Constructor and Description |
---|
JobExecutionInfo(org.springframework.batch.core.JobExecution jobExecution,
TimeZone timeZone) |
Modifier and Type | Method and Description |
---|---|
String |
getDuration() |
Long |
getId() |
org.springframework.batch.core.JobExecution |
getJobExecution() |
Long |
getJobId() |
Properties |
getJobParameters() |
String |
getJobParametersString() |
String |
getName() |
String |
getStartDate() |
String |
getStartTime() |
int |
getStepExecutionCount() |
TimeZone |
getTimeZone() |
boolean |
isAbandonable() |
boolean |
isRestartable() |
boolean |
isStoppable() |
public JobExecutionInfo(org.springframework.batch.core.JobExecution jobExecution, TimeZone timeZone)
public TimeZone getTimeZone()
public String getName()
public Long getId()
public int getStepExecutionCount()
public Long getJobId()
public String getStartDate()
public String getStartTime()
public String getDuration()
public org.springframework.batch.core.JobExecution getJobExecution()
public boolean isRestartable()
public boolean isAbandonable()
public boolean isStoppable()
public String getJobParametersString()
public Properties getJobParameters()
Copyright © 2015. All rights reserved.