Uses of Class
org.springframework.cloud.dataflow.rest.job.TaskJobExecutionRel
Package
Description
Spring Cloud Data Flow REST HATEOAS Resource support.
Spring Cloud Data Flow Server Controllers.
-
Uses of TaskJobExecutionRel in org.springframework.cloud.dataflow.rest.resource
ModifierConstructorDescriptionTaskExecutionResource
(TaskJobExecutionRel taskJobExecutionRel) Constructor to initialize the TaskExecutionResource usingTaskJobExecutionRel
. -
Uses of TaskJobExecutionRel in org.springframework.cloud.dataflow.server.controller
Modifier and TypeMethodDescriptionorg.springframework.hateoas.PagedModel<TaskExecutionResource>
TaskExecutionController.list
(org.springframework.data.domain.Pageable pageable, org.springframework.data.web.PagedResourcesAssembler<TaskJobExecutionRel> assembler) Return a page-able list ofTaskExecutionResource
defined tasks.org.springframework.hateoas.PagedModel<TaskExecutionResource>
TaskExecutionController.retrieveTasksByName
(String taskName, org.springframework.data.domain.Pageable pageable, org.springframework.data.web.PagedResourcesAssembler<TaskJobExecutionRel> assembler) Retrieve all task executions with the task name specified