org.springframework.batch.admin.web
Class JobExecutionInfo
java.lang.Object
org.springframework.batch.admin.web.JobExecutionInfo
public class JobExecutionInfo
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JobExecutionInfo
public JobExecutionInfo(JobExecution jobExecution,
TimeZone timeZone)
getTimeZone
public TimeZone getTimeZone()
getName
public String getName()
getId
public Long getId()
getStepExecutionCount
public int getStepExecutionCount()
getJobId
public Long getJobId()
getStartDate
public String getStartDate()
getStartTime
public String getStartTime()
getDuration
public String getDuration()
getJobExecution
public JobExecution getJobExecution()
isRestartable
public boolean isRestartable()
isAbandonable
public boolean isAbandonable()
isStoppable
public boolean isStoppable()
getJobParameters
public String getJobParameters()
Copyright © 2011. All Rights Reserved.