public class StepExecutionProgressInfoResource extends StepExecutionInfoResource
| Constructor and Description |
|---|
StepExecutionProgressInfoResource() |
StepExecutionProgressInfoResource(StepExecution stepExecution,
StepExecutionHistory stepExecutionHistory,
double percentageComplete,
boolean isFinished,
double duration,
TimeZone timeZone) |
| Modifier and Type | Method and Description |
|---|---|
double |
getDuration() |
boolean |
getFinished() |
double |
getPercentageComplete() |
StepExecutionHistory |
getStepExecutionHistory() |
getCommitCount, getEndTime, getExecutionContext, getExecutionId, getExitStatus, getFailureExceptions, getFilterCount, getJobExecutionId, getLastUpdated, getProcessSkipCount, getReadCount, getReadSkipCount, getRollbackCount, getStartTime, getStatus, getStepName, getStepType, getVersion, getWriteCount, getWriteSkipCount, isTerminateOnlypublic StepExecutionProgressInfoResource()
public StepExecutionProgressInfoResource(StepExecution stepExecution, StepExecutionHistory stepExecutionHistory, double percentageComplete, boolean isFinished, double duration, TimeZone timeZone)
stepExecution - Must not be nullstepExecutionHistory - Must not be nullpublic double getPercentageComplete()
public boolean getFinished()
public double getDuration()
public StepExecutionHistory getStepExecutionHistory()
Copyright © 2015. All rights reserved.