| Package | Description |
|---|---|
| org.cloudfoundry.client.lib | |
| org.cloudfoundry.client.lib.adapters | |
| org.cloudfoundry.client.lib.domain | |
| org.cloudfoundry.client.lib.rest |
| Modifier and Type | Method and Description |
|---|---|
CloudApplication |
CloudControllerClientImpl.getApplication(String applicationName) |
CloudApplication |
CloudControllerClient.getApplication(String applicationName)
Get cloud application with the specified name.
|
CloudApplication |
CloudControllerClientImpl.getApplication(String applicationName,
boolean required) |
CloudApplication |
CloudControllerClient.getApplication(String applicationName,
boolean required)
Get cloud application with the specified name.
|
CloudApplication |
CloudControllerClientImpl.getApplication(UUID applicationGuid) |
CloudApplication |
CloudControllerClient.getApplication(UUID guid)
Get cloud application with the specified GUID.
|
| Modifier and Type | Method and Description |
|---|---|
List<CloudApplication> |
CloudControllerClientImpl.getApplications() |
List<CloudApplication> |
CloudControllerClient.getApplications()
Get all cloud applications.
|
List<CloudApplication> |
CloudControllerClientImpl.getApplicationsByMetadataLabelSelector(String labelSelector) |
List<CloudApplication> |
CloudControllerClient.getApplicationsByMetadataLabelSelector(String labelSelector) |
| Modifier and Type | Method and Description |
|---|---|
InstancesInfo |
CloudControllerClientImpl.getApplicationInstances(CloudApplication app) |
InstancesInfo |
CloudControllerClient.getApplicationInstances(CloudApplication app)
Get application instances info for application.
|
| Modifier and Type | Method and Description |
|---|---|
CloudApplication |
RawCloudApplication.derive() |
| Modifier and Type | Class and Description |
|---|---|
class |
ImmutableCloudApplication
Immutable implementation of
CloudApplication. |
| Modifier and Type | Method and Description |
|---|---|
default CloudApplication |
CloudApplication.derive() |
| Modifier and Type | Method and Description |
|---|---|
static ImmutableCloudApplication |
ImmutableCloudApplication.copyOf(CloudApplication instance)
Creates an immutable copy of a
CloudApplication value. |
ImmutableCloudApplication.Builder |
ImmutableCloudApplication.Builder.from(CloudApplication instance)
Fill a builder with attribute values from the provided
org.cloudfoundry.client.lib.domain.CloudApplication instance. |
| Modifier and Type | Method and Description |
|---|---|
CloudApplication |
CloudControllerRestClient.getApplication(String applicationName) |
CloudApplication |
CloudControllerRestClientImpl.getApplication(String applicationName) |
CloudApplication |
CloudControllerRestClient.getApplication(String applicationName,
boolean required) |
CloudApplication |
CloudControllerRestClientImpl.getApplication(String applicationName,
boolean required) |
CloudApplication |
CloudControllerRestClient.getApplication(UUID applicationGuid) |
CloudApplication |
CloudControllerRestClientImpl.getApplication(UUID applicationGuid) |
| Modifier and Type | Method and Description |
|---|---|
List<CloudApplication> |
CloudControllerRestClient.getApplications() |
List<CloudApplication> |
CloudControllerRestClientImpl.getApplications() |
List<CloudApplication> |
CloudControllerRestClient.getApplicationsByMetadataLabelSelector(String labelSelector) |
List<CloudApplication> |
CloudControllerRestClientImpl.getApplicationsByMetadataLabelSelector(String labelSelector) |
| Modifier and Type | Method and Description |
|---|---|
InstancesInfo |
CloudControllerRestClient.getApplicationInstances(CloudApplication app) |
InstancesInfo |
CloudControllerRestClientImpl.getApplicationInstances(CloudApplication application) |
Copyright © 2020 SAP SE. All rights reserved.