public class StepExecutionProgressInfo extends Object
Constructor and Description |
---|
StepExecutionProgressInfo(StepExecution stepExecution,
StepExecutionHistory stepExecutionHistory) |
StepExecutionProgressInfo(StepExecution stepExecution,
StepExecutionHistory stepExecutionHistory,
TimeZone timeZone) |
Modifier and Type | Method and Description |
---|---|
double |
getDuration() |
double |
getEstimatedPercentComplete() |
MessageSourceResolvable |
getEstimatedPercentCompleteMessage() |
StepExecution |
getStepExecution() |
StepExecutionHistory |
getStepExecutionHistory() |
Long |
getStepExecutionId() |
TimeZone |
getTimeZone() |
boolean |
isFinished() |
public StepExecutionProgressInfo(StepExecution stepExecution, StepExecutionHistory stepExecutionHistory, TimeZone timeZone)
public StepExecutionProgressInfo(StepExecution stepExecution, StepExecutionHistory stepExecutionHistory)
public MessageSourceResolvable getEstimatedPercentCompleteMessage()
public boolean isFinished()
public double getDuration()
public double getEstimatedPercentComplete()
public Long getStepExecutionId()
public StepExecution getStepExecution()
public StepExecutionHistory getStepExecutionHistory()
public TimeZone getTimeZone()
Copyright © 2015. All rights reserved.