Package | Description |
---|---|
org.cloudfoundry.client.lib.domain |
Modifier and Type | Method and Description |
---|---|
CloudApplication.AppState |
CloudApplication.getState() |
static CloudApplication.AppState |
CloudApplication.AppState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CloudApplication.AppState[] |
CloudApplication.AppState.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.setState(CloudApplication.AppState state) |
Constructor and Description |
---|
CloudApplication(String name,
String command,
String buildpackUrl,
int memory,
int instances,
List<String> uris,
List<String> serviceNames,
CloudApplication.AppState state) |
Copyright © 2014. All rights reserved.