|
OpenShift Java Client 2.5.0.Final | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use GearState | |
---|---|
com.openshift.client | |
com.openshift.internal.client |
Uses of GearState in com.openshift.client |
---|
Methods in com.openshift.client that return GearState | |
---|---|
GearState |
IGear.getState()
Returns the state of this gear |
static GearState |
GearState.safeValueOf(String gearStateString)
|
static GearState |
GearState.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static GearState[] |
GearState.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Uses of GearState in com.openshift.internal.client |
---|
Methods in com.openshift.internal.client that return GearState | |
---|---|
GearState |
Gear.getState()
|
Constructors in com.openshift.internal.client with parameters of type GearState | |
---|---|
Gear(String id,
GearState state,
String sshUrl)
|
|
OpenShift Java Client 2.5.0.Final | |||||||||
PREV NEXT | FRAMES NO FRAMES |