|
OpenShift Java Client 2.5.0.Final | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IGearProfile | |
---|---|
com.openshift.client | |
com.openshift.internal.client | |
com.openshift.internal.client.response |
Uses of IGearProfile in com.openshift.client |
---|
Fields in com.openshift.client declared as IGearProfile | |
---|---|
static IGearProfile |
IGearProfile.EXLARGE
|
static IGearProfile |
IGearProfile.JUMBO
|
static IGearProfile |
IGearProfile.LARGE
|
static IGearProfile |
IGearProfile.MEDIUM
|
static IGearProfile |
IGearProfile.MICRO
|
static IGearProfile |
IGearProfile.SMALL
|
Methods in com.openshift.client that return IGearProfile | |
---|---|
IGearProfile |
IApplication.getGearProfile()
Returns true if scaling is enabled on this application (only set at creation time). |
Methods in com.openshift.client that return types with arguments of type IGearProfile | |
---|---|
List<IGearProfile> |
IDomain.getAvailableGearProfiles()
Returns the list of available gear size that the user can choose when creating a new application (application's gear size can't be changed after creation). |
Methods in com.openshift.client with parameters of type IGearProfile | |
---|---|
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. |
IApplication |
IDomain.createApplication(String name,
IStandaloneCartridge cartridge,
IGearProfile gearProfile)
|
ApplicationBuilder.NamedCartridgeHolder |
ApplicationBuilder.NamedCartridgeHolder.setGearProfile(IGearProfile gearProfile)
|
Uses of IGearProfile in com.openshift.internal.client |
---|
Classes in com.openshift.internal.client that implement IGearProfile | |
---|---|
class |
GearProfile
|
Methods in com.openshift.internal.client that return IGearProfile | |
---|---|
IGearProfile |
ApplicationResource.getGearProfile()
|
Methods in com.openshift.internal.client that return types with arguments of type IGearProfile | |
---|---|
List<IGearProfile> |
DomainResource.getAvailableGearProfiles()
|
Constructors in com.openshift.internal.client with parameters of type IGearProfile | |
---|---|
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. |
Uses of IGearProfile in com.openshift.internal.client.response |
---|
Methods in com.openshift.internal.client.response that return IGearProfile | |
---|---|
IGearProfile |
ApplicationResourceDTO.getGearProfile()
|
|
OpenShift Java Client 2.5.0.Final | |||||||||
PREV NEXT | FRAMES NO FRAMES |