Package | Description |
---|---|
org.cloudfoundry.client.lib | |
org.cloudfoundry.client.lib.domain | |
org.cloudfoundry.client.lib.rest |
Modifier and Type | Method and Description |
---|---|
void |
CloudFoundryOperations.debugApplication(String appName,
CloudApplication.DebugMode mode)
Debug application.
|
void |
CloudFoundryClient.debugApplication(String appName,
CloudApplication.DebugMode mode) |
Modifier and Type | Method and Description |
---|---|
CloudApplication.DebugMode |
CloudApplication.getDebug() |
static CloudApplication.DebugMode |
CloudApplication.DebugMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CloudApplication.DebugMode[] |
CloudApplication.DebugMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
CloudApplication.setDebug(CloudApplication.DebugMode debug) |
Modifier and Type | Method and Description |
---|---|
void |
CloudControllerClientImpl.debugApplication(String appName,
CloudApplication.DebugMode mode) |
void |
CloudControllerClient.debugApplication(String appName,
CloudApplication.DebugMode mode) |
Copyright © 2014. All rights reserved.