Uses of Class
org.springframework.cloud.dataflow.rest.resource.StepExecutionResource
Package
Description
Defines the operations of the Spring Cloud Data Flow REST Client.
Spring Cloud Data Flow Server Controllers.
Contains supporting classes for the Dataflow Batch Job functionality.
-
Uses of StepExecutionResource in org.springframework.cloud.dataflow.rest.client
Modifier and TypeMethodDescriptionorg.springframework.hateoas.PagedModel<StepExecutionResource>
JobOperations.stepExecutionList
(long jobExecutionId) List step executions known for a specific job execution id.org.springframework.hateoas.PagedModel<StepExecutionResource>
JobTemplate.stepExecutionList
(long jobExecutionId) -
Uses of StepExecutionResource in org.springframework.cloud.dataflow.rest.client.dsl.task
-
Uses of StepExecutionResource in org.springframework.cloud.dataflow.server.controller
Modifier and TypeMethodDescriptionJobStepExecutionController.getStepExecution
(Long id, Long stepId) Retrieve a specificStepExecutionResource
.Modifier and TypeMethodDescriptionorg.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. -
Uses of StepExecutionResource in org.springframework.cloud.dataflow.server.job.support
Modifier and TypeMethodDescriptionstatic StepExecutionResource
StepExecutionResourceBuilder.toModel
(org.springframework.batch.core.StepExecution entity)