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(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)
Retrieve a specific
StepExecutionResource . |
StepExecutionProgressInfoResource |
JobStepExecutionProgressController.progress(long jobExecutionId,
long stepExecutionId)
Get the step execution progress for the given jobExecutions step.
|
Copyright © 2020 Pivotal Software, Inc.. All rights reserved.