Package | Description |
---|---|
org.springframework.cloud.dataflow.rest.client |
Defines the operations of the Spring Cloud Data Flow REST Client.
|
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 |
---|---|
AppStatusResource |
RuntimeTemplate.status(String deploymentId) |
AppStatusResource |
RuntimeOperations.status(String deploymentId) |
Modifier and Type | Method and Description |
---|---|
org.springframework.hateoas.PagedModel<AppStatusResource> |
RuntimeTemplate.status() |
org.springframework.hateoas.PagedModel<AppStatusResource> |
RuntimeOperations.status() |
Modifier and Type | Method and Description |
---|---|
org.springframework.hateoas.CollectionModel<AppStatusResource> |
StreamStatusResource.getApplications() |
Modifier and Type | Method and Description |
---|---|
void |
StreamStatusResource.setApplications(org.springframework.hateoas.CollectionModel<AppStatusResource> applications) |
Modifier and Type | Method and Description |
---|---|
AppStatusResource |
RuntimeAppsController.display(String appId) |
Modifier and Type | Method and Description |
---|---|
org.springframework.hateoas.PagedModel<AppStatusResource> |
RuntimeAppsController.list(org.springframework.data.domain.Pageable pageable,
org.springframework.data.web.PagedResourcesAssembler<org.springframework.cloud.deployer.spi.app.AppStatus> assembler) |
Copyright © 2024 Pivotal Software, Inc.. All rights reserved.