Package | Description |
---|---|
org.springframework.batch.admin.domain | |
org.springframework.batch.admin.web | |
org.springframework.batch.admin.web.resource |
Modifier and Type | Class and Description |
---|---|
class |
StepExecutionProgressInfoResource
Represents the step execution progress info resource.
|
Modifier and Type | Method and Description |
---|---|
Collection<StepExecutionInfoResource> |
JobExecutionInfoResource.getStepExecutions() |
Modifier and Type | Method and Description |
---|---|
void |
JobExecutionInfoResource.setStepExecutions(Collection<StepExecutionInfoResource> stepExecutions) |
Modifier and Type | Method and Description |
---|---|
StepExecutionInfoResource |
BatchStepExecutionsController.details(long jobExecutionId,
long stepExecutionId)
Inspect the StepExecution with the provided Step Execution Id
|
Modifier and Type | Method and Description |
---|---|
Collection<StepExecutionInfoResource> |
BatchStepExecutionsController.list(long jobExecutionId)
List all step executions.
|
Modifier and Type | Method and Description |
---|---|
protected StepExecutionInfoResource |
StepExecutionInfoResourceAssembler.instantiateResource(StepExecutionInfo entity) |
StepExecutionInfoResource |
StepExecutionInfoResourceAssembler.toResource(StepExecutionInfo entity) |
Copyright © 2015. All rights reserved.