|
OpenShift Java Client 2.5.0.Final | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CartridgeType | |
---|---|
com.openshift.internal.client | |
com.openshift.internal.client.response |
Uses of CartridgeType in com.openshift.internal.client |
---|
Methods in com.openshift.internal.client that return CartridgeType | |
---|---|
protected CartridgeType |
EmbeddedCartridgeResource.getType()
|
static CartridgeType |
CartridgeType.safeValueOf(String type)
|
static CartridgeType |
CartridgeType.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static CartridgeType[] |
CartridgeType.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Uses of CartridgeType in com.openshift.internal.client.response |
---|
Methods in com.openshift.internal.client.response that return CartridgeType | |
---|---|
CartridgeType |
CartridgeResourceDTO.getType()
|
Constructors in com.openshift.internal.client.response with parameters of type CartridgeType | |
---|---|
CartridgeResourceDTO(String name,
CartridgeType type,
CartridgeResourceProperties properties)
|
|
OpenShift Java Client 2.5.0.Final | |||||||||
PREV NEXT | FRAMES NO FRAMES |