Package | Description |
---|---|
org.springframework.cloud.dataflow.rest.client |
Defines the operations of the Spring Cloud Data Flow REST Client.
|
org.springframework.cloud.dataflow.server.controller |
Spring Cloud Data Flow Server Controllers.
|
Modifier and Type | Method and Description |
---|---|
StepExecutionProgressInfoResource |
JobTemplate.stepExecutionProgress(long jobExecutionId,
long stepExecutionId,
String schemaTarget) |
StepExecutionProgressInfoResource |
JobOperations.stepExecutionProgress(long jobExecutionId,
long stepExecutionId,
String schemaTarget)
Return StepExecutionProgressInfoResource for a specific job execution id and step
execution Id.
|
Modifier and Type | Method and Description |
---|---|
StepExecutionProgressInfoResource |
JobStepExecutionProgressController.progress(long jobExecutionId,
long stepExecutionId,
String schemaTarget)
Get the step execution progress for the given jobExecutions step.
|
Copyright © 2024 Pivotal Software, Inc.. All rights reserved.