| Package | Description |
|---|---|
| org.springframework.batch.admin.service | |
| org.springframework.batch.admin.web |
| Modifier and Type | Method and Description |
|---|---|
StepExecution |
SimpleJobService.getStepExecution(Long jobExecutionId,
Long stepExecutionId) |
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 |
|---|---|
org.springframework.hateoas.VndErrors |
RestControllerAdvice.onNoSuchStepExecutionException(NoSuchStepExecutionException e) |
| Modifier and Type | Method and Description |
|---|---|
StepExecutionInfoResource |
BatchStepExecutionsController.details(long jobExecutionId,
long stepExecutionId)
Inspect the StepExecution with the provided Step Execution Id
|
StepExecutionProgressInfoResource |
BatchStepExecutionsController.progress(long jobExecutionId,
long stepExecutionId)
Get the step execution progress for the given jobExecutions step.
|
Copyright © 2015. All rights reserved.