Package | Description |
---|---|
com.openshift.client | |
com.openshift.internal.client | |
com.openshift.internal.client.response |
Modifier and Type | Method and Description |
---|---|
Collection<IGear> |
IGearGroup.getGears()
Returns the gears in this gear group resource
|
Modifier and Type | Class and Description |
---|---|
class |
Gear
A gear that a cartridge is running on.
|
Modifier and Type | Method and Description |
---|---|
Collection<IGear> |
GearGroupResource.getGears() |
Constructor and Description |
---|
GearGroupResource(String uuid,
String name,
Collection<IGear> gears,
IRestService service) |
Modifier and Type | Method and Description |
---|---|
Collection<IGear> |
GearGroupResourceDTO.getGears()
Returns the gears within this gear group.
|
Constructor and Description |
---|
GearGroupResourceDTO(String uuid,
String name,
Collection<IGear> gears)
Instantiates a new gears resource dto.
|
Copyright © 2013 JBoss, a division of Red Hat, Inc.. All rights reserved.