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.
|
Modifier and Type | Method and Description |
---|---|
org.springframework.hateoas.PagedModel<JobExecutionThinResource> |
JobTemplate.executionThinList() |
org.springframework.hateoas.PagedModel<JobExecutionThinResource> |
JobOperations.executionThinList() |
org.springframework.hateoas.PagedModel<JobExecutionThinResource> |
JobTemplate.executionThinListByJobName(String jobName) |
org.springframework.hateoas.PagedModel<JobExecutionThinResource> |
JobOperations.executionThinListByJobName(String jobName)
List job executions without step executions known to the system filtered by job name.
|
Modifier and Type | Method and Description |
---|---|
org.springframework.hateoas.PagedModel<JobExecutionThinResource> |
JobExecutionThinController.listJobsOnly(org.springframework.data.domain.Pageable pageable,
org.springframework.data.web.PagedResourcesAssembler<TaskJobExecution> assembler)
Return a page-able list of
JobExecutionThinResource defined jobs that
do not contain step execution detail. |
org.springframework.hateoas.PagedModel<JobExecutionThinResource> |
JobExecutionThinController.retrieveJobsByName(String jobName,
org.springframework.data.domain.Pageable pageable,
org.springframework.data.web.PagedResourcesAssembler<TaskJobExecution> assembler)
Retrieve all task job executions with the task name specified
|
Copyright © 2020 Pivotal Software, Inc.. All rights reserved.