Package | Description |
---|---|
com.openshift.client | |
com.openshift.client.cartridge | |
com.openshift.client.cartridge.query | |
com.openshift.internal.client |
Modifier and Type | Method and Description |
---|---|
List<IEmbeddableCartridge> |
IOpenShiftConnection.getEmbeddableCartridges()
Returns the available embeddable cartridges associated with the current
OpenShift connection.
|
List<IEmbeddableCartridge> |
IOpenShiftConnection.getEmbeddableCartridges(boolean includeObsolete)
Returns the available embeddable cartridges associated with the current
OpenShift connection.
|
Modifier and Type | Method and Description |
---|---|
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.
|
IEmbeddedCartridge |
IApplication.getEmbeddedCartridge(IEmbeddableCartridge cartridge)
Returns the embedded cartridge in this application.
|
boolean |
IApplication.hasEmbeddedCartridge(IEmbeddableCartridge cartridge)
Returns
true if this application has an embedded cartridge. |
void |
IApplication.removeEmbeddedCartridge(IEmbeddableCartridge cartridge)
Removes the given embedded cartridge that is equal to the given
embeddable cartridge.
|
ApplicationBuilder.NamedTypedCartridgeBuilder |
ApplicationBuilder.NamedTypedCartridgeBuilder.setEmbeddableCartridges(IEmbeddableCartridge... embeddableCartridges) |
Modifier and Type | Method and Description |
---|---|
List<IEmbeddedCartridge> |
IApplication.addEmbeddableCartridges(Collection<IEmbeddableCartridge> cartridge)
Adds all given embedded cartridges from this app, given their names.
|
void |
IApplication.removeEmbeddedCartridges(Collection<IEmbeddableCartridge> cartridges)
Removes the given embedded cartridges in this application that are equal
to the given IEmbeddableCartridge.
|
Modifier and Type | Interface and Description |
---|---|
interface |
IEmbeddedCartridge
Interface to designate a cartridge that has been added and configured
|
Modifier and Type | Class and Description |
---|---|
class |
EmbeddableCartridge
An cartridge that may be embedded (added) into an application.
|
Modifier and Type | Method and Description |
---|---|
<C extends IEmbeddableCartridge> |
LatestEmbeddableCartridge.get(List<C> cartridges) |
Modifier and Type | Method and Description |
---|---|
IEmbeddableCartridge |
LatestEmbeddableCartridge.get(IApplication application) |
IEmbeddableCartridge |
LatestEmbeddableCartridge.get(IOpenShiftConnection connection) |
IEmbeddableCartridge |
LatestEmbeddableCartridge.get(IUser user) |
Modifier and Type | Class and Description |
---|---|
class |
EmbeddedCartridgeResource
A cartridge that is embedded into an application.
|
Modifier and Type | Method and Description |
---|---|
List<IEmbeddableCartridge> |
APIResource.getEmbeddableCartridges() |
List<IEmbeddableCartridge> |
APIResource.getEmbeddableCartridges(boolean includeObsolete) |
protected List<IEmbeddableCartridge> |
APIResource.getOrLoadEmbeddableCartridges() |
Modifier and Type | Method and Description |
---|---|
IApplication |
DomainResource.createApplication(String name,
IStandaloneCartridge standaloneCartridge,
ApplicationScale scale,
IGearProfile gearProfile,
String initialGitUrl,
int timeout,
IEmbeddableCartridge... embeddableCartridges) |
IApplication |
DomainResource.createApplication(String name,
IStandaloneCartridge standaloneCartridge,
ApplicationScale scale,
IGearProfile gearProfile,
String initialGitUrl,
int timeout,
Map<String,String> environmentVariables,
IEmbeddableCartridge... embedddableCartridges) |
IEmbeddedCartridge |
ApplicationResource.getEmbeddedCartridge(IEmbeddableCartridge cartridge) |
boolean |
ApplicationResource.hasEmbeddedCartridge(IEmbeddableCartridge cartridge) |
void |
ApplicationResource.removeEmbeddedCartridge(IEmbeddableCartridge cartridge) |
Modifier and Type | Method and Description |
---|---|
List<IEmbeddedCartridge> |
ApplicationResource.addEmbeddableCartridges(Collection<IEmbeddableCartridge> cartridges) |
void |
ApplicationResource.removeEmbeddedCartridges(Collection<IEmbeddableCartridge> cartridges) |
Copyright © 2015 JBoss by Red Hat. All rights reserved.