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.
|
Modifier and Type | Method and Description |
---|---|
org.springframework.hateoas.CollectionModel<AppInstanceStatusResource> |
AppStatusResource.getInstances() |
Modifier and Type | Method and Description |
---|---|
void |
AppStatusResource.setInstances(org.springframework.hateoas.CollectionModel<AppInstanceStatusResource> instances) |
Modifier and Type | Method and Description |
---|---|
AppInstanceStatusResource |
RuntimeAppInstanceController.display(String appId,
String instanceId) |
Modifier and Type | Method and Description |
---|---|
org.springframework.hateoas.PagedModel<AppInstanceStatusResource> |
RuntimeAppInstanceController.list(org.springframework.data.domain.Pageable pageable,
String appId,
org.springframework.data.web.PagedResourcesAssembler<org.springframework.cloud.deployer.spi.app.AppInstanceStatus> assembler) |
Copyright © 2020 Pivotal Software, Inc.. All rights reserved.