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.
|
org.springframework.cloud.dataflow.server.job.support |
Contains supporting classes for the Dataflow Batch Job functionality.
|
Modifier and Type | Method and Description |
---|---|
org.springframework.hateoas.PagedModel<StepExecutionResource> |
JobTemplate.stepExecutionList(long jobExecutionId) |
org.springframework.hateoas.PagedModel<StepExecutionResource> |
JobOperations.stepExecutionList(long jobExecutionId)
List step executions known for a specific job execution id.
|
Modifier and Type | Method and Description |
---|---|
StepExecutionResource |
JobStepExecutionController.getStepExecution(Long id,
Long stepId)
Retrieve a specific
StepExecutionResource . |
Modifier and Type | Method and Description |
---|---|
org.springframework.hateoas.PagedModel<StepExecutionResource> |
JobStepExecutionController.stepExecutions(long id,
org.springframework.data.domain.Pageable pageable,
org.springframework.data.web.PagedResourcesAssembler<org.springframework.batch.core.StepExecution> assembler)
List all step executions.
|
Modifier and Type | Method and Description |
---|---|
static StepExecutionResource |
StepExecutionResourceBuilder.toModel(org.springframework.batch.core.StepExecution entity) |
Copyright © 2020 Pivotal Software, Inc.. All rights reserved.