| Package | Description |
|---|---|
| org.cloudfoundry.client.lib | |
| org.cloudfoundry.client.lib.rest |
| Modifier and Type | Method and Description |
|---|---|
CloudApplication |
CloudFoundryOperations.getApplication(String appName)
Get cloud application with the specified name.
|
CloudApplication |
CloudFoundryClient.getApplication(String appName) |
CloudApplication |
CloudFoundryOperations.getApplication(UUID guid)
Get cloud application with the specified GUID.
|
CloudApplication |
CloudFoundryClient.getApplication(UUID appGuid) |
| Modifier and Type | Method and Description |
|---|---|
List<CloudApplication> |
CloudFoundryOperations.getApplications()
Get all cloud applications.
|
List<CloudApplication> |
CloudFoundryClient.getApplications() |
| Modifier and Type | Method and Description |
|---|---|
InstancesInfo |
CloudFoundryOperations.getApplicationInstances(CloudApplication app)
Get application instances info for application.
|
InstancesInfo |
CloudFoundryClient.getApplicationInstances(CloudApplication app) |
| Modifier and Type | Method and Description |
|---|---|
CloudApplication |
CloudControllerClientImpl.getApplication(String appName) |
CloudApplication |
CloudControllerClient.getApplication(String appName) |
CloudApplication |
CloudControllerClientImpl.getApplication(UUID appGuid) |
CloudApplication |
CloudControllerClient.getApplication(UUID appGuid) |
| Modifier and Type | Method and Description |
|---|---|
List<CloudApplication> |
CloudControllerClientImpl.getApplications() |
List<CloudApplication> |
CloudControllerClient.getApplications() |
| Modifier and Type | Method and Description |
|---|---|
InstancesInfo |
CloudControllerClientImpl.getApplicationInstances(CloudApplication app) |
InstancesInfo |
CloudControllerClient.getApplicationInstances(CloudApplication app) |
Copyright © 2015. All rights reserved.