| Package | Description |
|---|---|
| org.trustedanalytics.cloud.cc.api |
| Modifier and Type | Method and Description |
|---|---|
CcAppState |
CcApp.getState() |
CcAppState |
CcAppStatus.getState() |
static CcAppState |
CcAppState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CcAppState[] |
CcAppState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CcApp.setState(CcAppState state) |
void |
CcAppStatus.setState(CcAppState state) |
| Constructor and Description |
|---|
CcApp(UUID guid,
List<String> urls,
int runningInstances,
List<String> serviceNames,
String name,
CcAppState state) |
CcAppStatus(CcAppState state) |
Copyright © 2016 Pivotal Software, Inc.. All rights reserved.