Package | Description |
---|---|
com.openshift.client | |
com.openshift.internal.client |
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
GearState |
Gear.getState() |
Constructor and Description |
---|
Gear(String id,
GearState state,
String sshUrl) |
Copyright © 2013 JBoss by Red Hat. All rights reserved.