org.springframework.batch.admin.web
Class StepExecutionInfo
java.lang.Object
org.springframework.batch.admin.web.StepExecutionInfo
public class StepExecutionInfo
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
StepExecutionInfo
public StepExecutionInfo(String jobName,
Long jobExecutionId,
String name,
TimeZone timeZone)
StepExecutionInfo
public StepExecutionInfo(StepExecution stepExecution,
TimeZone timeZone)
getId
public Long getId()
getJobExecutionId
public Long getJobExecutionId()
getName
public String getName()
getJobName
public String getJobName()
getStartDate
public String getStartDate()
getStartTime
public String getStartTime()
getDuration
public String getDuration()
getDurationMillis
public long getDurationMillis()
getStatus
public String getStatus()
getExitCode
public String getExitCode()
getStepExecution
public StepExecution getStepExecution()
Copyright © 2011. All Rights Reserved.