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.server.controller |
Spring Cloud Data Flow Server Controllers.
|
Modifier and Type | Method and Description |
---|---|
JobInstanceResource |
JobTemplate.jobInstance(long id,
String schemaTarget) |
JobInstanceResource |
JobOperations.jobInstance(long id,
String schemaTarget)
Return the
JobInstanceResource for the id specified. |
Modifier and Type | Method and Description |
---|---|
org.springframework.hateoas.PagedModel<JobInstanceResource> |
JobTemplate.instanceList(String jobName) |
org.springframework.hateoas.PagedModel<JobInstanceResource> |
JobOperations.instanceList(String jobName) |
Modifier and Type | Method and Description |
---|---|
Collection<JobInstanceResource> |
Task.jobInstanceResources() |
Modifier and Type | Method and Description |
---|---|
JobInstanceResource |
JobInstanceController.view(long id,
String schemaTarget)
View the details of a single task instance, specified by id.
|
Modifier and Type | Method and Description |
---|---|
org.springframework.hateoas.PagedModel<JobInstanceResource> |
JobInstanceController.list(String jobName,
org.springframework.data.domain.Pageable pageable,
org.springframework.data.web.PagedResourcesAssembler<JobInstanceExecutions> assembler)
Return a page-able list of
JobInstanceResource defined jobs. |
Copyright © 2024 Pivotal Software, Inc.. All rights reserved.