Package | Description |
---|---|
org.springframework.cloud.dataflow.rest.client |
Defines the operations of the Spring Cloud Data Flow REST Client.
|
org.springframework.cloud.dataflow.rest.client.dsl.task | |
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.
|
Modifier and Type | Method and Description |
---|---|
TaskExecutionResource |
TaskTemplate.taskExecutionStatus(long id,
String schemaTarget) |
TaskExecutionResource |
TaskOperations.taskExecutionStatus(long id,
String schemaTarget)
Return the
TaskExecutionResource for the id specified. |
Modifier and Type | Method and Description |
---|---|
org.springframework.hateoas.PagedModel<TaskExecutionResource> |
TaskOperations.executionList() |
org.springframework.hateoas.PagedModel<TaskExecutionResource> |
TaskOperations.executionListByTaskName(String taskName)
List task executions known to the system filtered by task name.
|
Modifier and Type | Method and Description |
---|---|
Optional<TaskExecutionResource> |
Task.composedTaskChildExecution(String childTaskName)
Retrieve task executions for child task name associated with this task's instance.
|
Optional<TaskExecutionResource> |
Task.execution(long executionId,
String schemaTarget)
Retrieve task execution by Id.
|
Optional<TaskExecutionResource> |
Task.executionByParentExecutionId(long parentExecutionId,
String schemaTarget)
Find
TaskExecutionResource by a parent execution id. |
Collection<TaskExecutionResource> |
Task.executions()
List task executions for this task.
|
Modifier and Type | Method and Description |
---|---|
TaskExecutionResource |
TaskDefinitionResource.getLastTaskExecution() |
Modifier and Type | Method and Description |
---|---|
void |
TaskDefinitionResource.setLastTaskExecution(TaskExecutionResource lastTaskExecution) |
Modifier and Type | Method and Description |
---|---|
TaskExecutionResource |
TaskExecutionController.view(Long id,
String schemaTarget)
View the details of a single task execution, specified by id.
|
TaskExecutionResource |
TaskExecutionController.viewByExternal(String externalExecutionId,
String platform) |
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.