Package | Description |
---|---|
com.openshift.client | |
com.openshift.internal.client | |
com.openshift.internal.client.response |
Modifier and Type | Method and Description |
---|---|
List<Message> |
OpenShiftEndpointException.getRestResponseMessages() |
Constructor and Description |
---|
AbstractOpenShiftResource(IRestService service,
Map<String,Link> links,
List<Message> creationLog)
Instantiates a new abstract open shift resource.
|
ApplicationResource(String name,
String uuid,
String creationTime,
List<Message> creationLog,
String applicationUrl,
String gitUrl,
IGearProfile gearProfile,
ApplicationScale scale,
ICartridge cartridge,
List<String> aliases,
Map<String,String> embeddedCartridgesInfos,
Map<String,Link> links,
DomainResource domain)
Instantiates a new application.
|
DomainResource(String namespace,
String suffix,
Map<String,Link> links,
List<Message> creationLog,
APIResource api) |
EmbeddedCartridgeResource(String name,
CartridgeType type,
String info,
Map<String,Link> links,
List<Message> creationLog,
ApplicationResource application) |
Modifier and Type | Method and Description |
---|---|
List<Message> |
BaseResourceDTO.getCreationLog()
Returns the creationLog that were reported when this resource was created.
|
List<Message> |
RestResponse.getMessages()
Gets the messages.
|
Constructor and Description |
---|
ApplicationResourceDTO(String framework,
String domainId,
String creationTime,
String name,
IGearProfile gearProfile,
ApplicationScale scale,
String uuid,
String applicationUrl,
String gitUrl,
List<String> aliases,
Map<String,String> embeddedCartridgeInfos,
Map<String,Link> links,
List<Message> creationLog)
Instantiates a new application dto.
|
BaseResourceDTO(Map<String,Link> links,
List<Message> creationLog)
Instantiates a new base resource dto.
|
CartridgeResourceDTO(String name,
String type,
Map<String,Link> links,
List<Message> creationLog) |
DomainResourceDTO(String namespace,
String suffix,
Map<String,Link> links,
List<Message> creationLog) |
GearComponentDTO(String name,
String internalPort,
String proxyHost,
String proxyPort,
List<Message> creationLog)
Instantiates a new gear component dto.
|
GearResourceDTO(String uuid,
String gitUrl,
List<GearComponentDTO> components,
List<Message> creationLog)
Instantiates a new gears resource dto.
|
KeyResourceDTO(String name,
String type,
String content,
Map<String,Link> links,
List<Message> creationLog)
Instantiates a new key resource dto.
|
RestResponse(String status,
List<Message> messages,
Object data,
EnumDataType dataType)
Instantiates a new response.
|
Copyright © 2013 JBoss, a division of Red Hat, Inc.. All Rights Reserved.