| Package | Description |
|---|---|
| org.springframework.cloud.dataflow.rest.resource |
Spring Cloud Data Flow REST HATEOAS Resource support.
|
| org.springframework.cloud.dataflow.server.job.support |
Contains supporting classes for the Dataflow Batch Job functionality.
|
| Modifier and Type | Method and Description |
|---|---|
StepExecutionHistory |
StepExecutionProgressInfoResource.getStepExecutionHistory() |
| Constructor and Description |
|---|
StepExecutionProgressInfoResource(org.springframework.batch.core.StepExecution stepExecution,
StepExecutionHistory stepExecutionHistory,
double percentageComplete,
boolean isFinished,
double duration)
Create a new StepExecutionProgressInfoResource
|
| Modifier and Type | Method and Description |
|---|---|
StepExecutionHistory |
StepExecutionProgressInfo.getStepExecutionHistory() |
| Constructor and Description |
|---|
StepExecutionProgressInfo(org.springframework.batch.core.StepExecution stepExecution,
StepExecutionHistory stepExecutionHistory) |
Copyright © 2021 Pivotal Software, Inc.. All rights reserved.