Package | Description |
---|---|
com.openshift.client | |
com.openshift.internal.client | |
com.openshift.internal.client.response |
Modifier and Type | Method and Description |
---|---|
ApplicationScale |
IApplication.getApplicationScale()
Returns true if scaling is enabled on this application (only set at
creation time).
|
static ApplicationScale |
ApplicationScale.safeValueOf(String value) |
static ApplicationScale |
ApplicationScale.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ApplicationScale[] |
ApplicationScale.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
IApplication |
IDomain.createApplication(String name,
ICartridge cartridge,
ApplicationScale scale) |
IApplication |
IDomain.createApplication(String name,
ICartridge cartridge,
ApplicationScale scale,
IGearProfile gearProfile)
Creates a new application with the given name and the given cartridge/framework.
|
Modifier and Type | Method and Description |
---|---|
ApplicationScale |
ApplicationResource.getApplicationScale() |
Modifier and Type | Method and Description |
---|---|
IApplication |
DomainResource.createApplication(String name,
ICartridge cartridge,
ApplicationScale scale) |
IApplication |
DomainResource.createApplication(String name,
ICartridge cartridge,
ApplicationScale scale,
IGearProfile gearProfile) |
Constructor and Description |
---|
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.
|
Modifier and Type | Method and Description |
---|---|
ApplicationScale |
ApplicationResourceDTO.getApplicationScale() |
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.
|
Copyright © 2013 JBoss, a division of Red Hat, Inc.. All Rights Reserved.