| Package | Description |
|---|---|
| org.springframework.cloud.dataflow.server.batch | |
| org.springframework.cloud.dataflow.server.controller |
Spring Cloud Data Flow Server Controllers.
|
| Modifier and Type | Method and Description |
|---|---|
org.springframework.batch.core.StepExecution |
SimpleJobService.getStepExecution(org.springframework.batch.core.JobExecution jobExecution,
Long stepExecutionId) |
org.springframework.batch.core.StepExecution |
JobService.getStepExecution(org.springframework.batch.core.JobExecution jobExecution,
Long stepExecutionId) |
org.springframework.batch.core.StepExecution |
SimpleJobService.getStepExecution(Long jobExecutionId,
Long stepExecutionId) |
org.springframework.batch.core.StepExecution |
JobService.getStepExecution(Long jobExecutionId,
Long stepExecutionId)
Locate a
StepExecution from its id and that of its parent JobExecution. |
| Modifier and Type | Method and Description |
|---|---|
StepExecutionResource |
JobStepExecutionController.getStepExecution(Long id,
Long stepId,
String schemaTarget)
Retrieve a specific
StepExecutionResource. |
StepExecutionProgressInfoResource |
JobStepExecutionProgressController.progress(long jobExecutionId,
long stepExecutionId,
String schemaTarget)
Get the step execution progress for the given jobExecutions step.
|
Copyright © 2023 Pivotal Software, Inc.. All rights reserved.