OpenShift Java Client 2.5.0.Final

Uses of Class
com.openshift.client.GearState

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

Copyright © 2014 JBoss, a division of Red Hat, Inc.. All Rights Reserved.