Package | Description |
---|---|
org.springframework.batch.admin.domain |
Modifier and Type | Method and Description |
---|---|
StepExecutionHistory |
StepExecutionProgressInfoResource.getStepExecutionHistory() |
StepExecutionHistory |
StepExecutionProgressInfo.getStepExecutionHistory() |
Constructor and Description |
---|
StepExecutionProgress(StepExecution stepExecution,
StepExecutionHistory stepExecutionHistory) |
StepExecutionProgressInfo(StepExecution stepExecution,
StepExecutionHistory stepExecutionHistory) |
StepExecutionProgressInfo(StepExecution stepExecution,
StepExecutionHistory stepExecutionHistory,
TimeZone timeZone) |
StepExecutionProgressInfoResource(StepExecution stepExecution,
StepExecutionHistory stepExecutionHistory,
double percentageComplete,
boolean isFinished,
double duration,
TimeZone timeZone) |
Copyright © 2015. All rights reserved.