public class StepExecutionProgressInfo
extends java.lang.Object
Constructor and Description |
---|
StepExecutionProgressInfo(org.springframework.batch.core.StepExecution stepExecution,
org.springframework.batch.admin.history.StepExecutionHistory stepExecutionHistory) |
Modifier and Type | Method and Description |
---|---|
double |
getDuration() |
double |
getEstimatedPercentComplete() |
org.springframework.context.MessageSourceResolvable |
getEstimatedPercentCompleteMessage() |
org.springframework.batch.core.StepExecution |
getStepExecution() |
org.springframework.batch.admin.history.StepExecutionHistory |
getStepExecutionHistory() |
java.lang.Long |
getStepExecutionId() |
boolean |
isFinished() |
public StepExecutionProgressInfo(org.springframework.batch.core.StepExecution stepExecution, org.springframework.batch.admin.history.StepExecutionHistory stepExecutionHistory)
public org.springframework.context.MessageSourceResolvable getEstimatedPercentCompleteMessage()
public boolean isFinished()
public double getDuration()
public double getEstimatedPercentComplete()
public java.lang.Long getStepExecutionId()
public org.springframework.batch.core.StepExecution getStepExecution()
public org.springframework.batch.admin.history.StepExecutionHistory getStepExecutionHistory()