Package | Description |
---|---|
com.openshift.internal.client | |
com.openshift.internal.client.response |
Modifier and Type | Method and Description |
---|---|
protected void |
EmbeddedCartridgeResource.update(CartridgeResourceDTO dto) |
Constructor and Description |
---|
EmbeddedCartridgeResource(CartridgeResourceDTO dto,
ApplicationResource application) |
StandaloneCartridgeResource(CartridgeResourceDTO dto,
ApplicationResource application) |
Constructor and Description |
---|
ApplicationResource(String name,
String uuid,
String creationTime,
Messages messages,
String applicationUrl,
String sshUrl,
String gitUrl,
String initialGitUrl,
String deploymentType,
IGearProfile gearProfile,
ApplicationScale scale,
List<String> aliases,
Map<String,CartridgeResourceDTO> cartridgesByName,
Map<String,Link> links,
DomainResource domain)
Instantiates a new application.
|
GearGroupResource(String uuid,
String name,
Collection<GearResourceDTO> gearDTOs,
Map<String,CartridgeResourceDTO> cartridgeDTOs,
int additionalStorage,
ApplicationResource application,
IRestService service)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
CartridgeResourceDTO |
GearGroupResourceDTO.getCartridge(String name)
Returns the cartridge identified by the given name.
|
Modifier and Type | Method and Description |
---|---|
Map<String,CartridgeResourceDTO> |
ApplicationResourceDTO.getCartridges() |
Map<String,CartridgeResourceDTO> |
GearGroupResourceDTO.getCartridges()
Returns the cartridges within this gear group.
|
Copyright © 2016 JBoss by Red Hat. All rights reserved.