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,
IStandaloneCartridge cartridge,
ApplicationScale scale) |
IApplication |
IDomain.createApplication(String name,
IStandaloneCartridge cartridge,
ApplicationScale scale,
IGearProfile gearProfile) |
IApplication |
IDomain.createApplication(String name,
IStandaloneCartridge cartridge,
ApplicationScale scale,
IGearProfile gearProfile,
String initialGitUrl)
Creates a new application with the given name and the given
cartridge/framework.
|
IApplication |
IDomain.createApplication(String name,
IStandaloneCartridge cartridge,
ApplicationScale scale,
IGearProfile gearProfile,
String initialGitUrl,
int timeout,
IEmbeddableCartridge... cartridges)
Creates a new application with the given name and the given
cartridge/framework.
|
IApplication |
IDomain.createApplication(String name,
IStandaloneCartridge cartridge,
ApplicationScale scale,
IGearProfile gearProfile,
String initialGitUrl,
int timeout,
Map<String,String> environmentVariable,
IEmbeddableCartridge... cartridges)
Creates a new application with the given name and the given
cartridge/framework.
|
ApplicationBuilder.NamedCartridgeHolder |
ApplicationBuilder.NamedCartridgeHolder.setApplicationScale(ApplicationScale applicationScale) |
Modifier and Type | Method and Description |
---|---|
ApplicationScale |
ApplicationResource.getApplicationScale() |
Constructor and Description |
---|
ApplicationResource(String name,
String uuid,
String creationTime,
Messages messages,
String applicationUrl,
String sshUrl,
String gitUrl,
String initialGitUrl,
IGearProfile gearProfile,
ApplicationScale scale,
List<String> aliases,
Map<String,CartridgeResourceDTO> cartridgesByName,
Map<String,Link> links,
DomainResource domain)
Instantiates a new application.
|
Modifier and Type | Method and Description |
---|---|
ApplicationScale |
ApplicationResourceDTO.getApplicationScale() |
Copyright © 2013 JBoss by Red Hat. All rights reserved.