Package | Description |
---|---|
org.springframework.cloud.dataflow.rest.resource |
Spring Cloud Data Flow REST HATEOAS Resource support.
|
org.springframework.cloud.dataflow.server.controller |
Spring Cloud Data Flow Server Controllers.
|
Constructor and Description |
---|
TaskExecutionResource(TaskJobExecutionRel taskJobExecutionRel)
Constructor to initialize the TaskExecutionResource using
TaskJobExecutionRel . |
Modifier and Type | Method and Description |
---|---|
org.springframework.hateoas.PagedModel<TaskExecutionResource> |
TaskExecutionController.list(org.springframework.data.domain.Pageable pageable,
org.springframework.data.web.PagedResourcesAssembler<TaskJobExecutionRel> assembler)
Return a page-able list of
TaskExecutionResource 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
|
Copyright © 2024 Pivotal Software, Inc.. All rights reserved.