Modifier and Type | Method and Description |
---|---|
protected ICartridge[] |
ApplicationBuilder.NamedTypedCartridgeBuilder.createCartridges(IStandaloneCartridge standaloneCartridge,
Collection<? extends ICartridge> embeddableCartridges) |
Modifier and Type | Method and Description |
---|---|
List<ICartridge> |
IQuickstart.getAlternativesFor(ICartridge cartridge)
Returns the alternatives to a given cartridge.
|
List<ICartridge> |
IOpenShiftConnection.getCartridges()
Returns all the available cartridges, embeddable and standalone ones.
|
Collection<ICartridge> |
IGearGroup.getCartridges()
Returns the cartridges in this gear group resource
|
List<ICartridge> |
IOpenShiftConnection.getCartridges(boolean includeObsolete)
Returns all the available cartridges, embeddable and standalone ones.
|
Modifier and Type | Method and Description |
---|---|
IEmbeddedCartridge |
IApplication.addEmbeddableCartridge(ICartridge cartridge)
Adds the given embeddable cartridge to this application.
|
List<IEmbeddedCartridge> |
IApplication.addEmbeddableCartridges(ICartridge... cartridges)
Adds the given embeddable cartridges to this application.
|
IApplication |
IDomain.createApplication(String name,
ApplicationScale scale,
IGearProfile gearProfile,
String initialGitUrl,
int timeout,
Map<String,String> environmentVariable,
ICartridge... cartridges)
Creates a new application with the given name and the given cartridges.
|
List<ICartridge> |
IQuickstart.getAlternativesFor(ICartridge cartridge)
Returns the alternatives to a given cartridge.
|
Modifier and Type | Method and Description |
---|---|
protected ICartridge[] |
ApplicationBuilder.NamedTypedCartridgeBuilder.createCartridges(IStandaloneCartridge standaloneCartridge,
Collection<? extends ICartridge> embeddableCartridges) |
ApplicationBuilder.NamedUnTypedCartridgeBuilder |
ApplicationBuilder.NamedBuilder.setCartridges(Collection<ICartridge> cartridges) |
Modifier and Type | Interface and Description |
---|---|
interface |
IEmbeddableCartridge |
interface |
IEmbeddedCartridge
Interface to designate a cartridge that has been added and configured
|
interface |
IStandaloneCartridge |
Modifier and Type | Class and Description |
---|---|
class |
EmbeddableCartridge
An cartridge that may be embedded (added) into an application.
|
class |
StandaloneCartridge
A cartridge that is available on the openshift server.
|
Modifier and Type | Method and Description |
---|---|
<C extends ICartridge> |
AbstractCartridgeQuery.get(List<C> cartridges) |
<C extends ICartridge> |
ICartridgeQuery.get(List<C> cartridges) |
<C extends ICartridge> |
LatestVersionQuery.get(List<C> cartridges) |
<C extends ICartridge> |
AbstractCartridgeQuery.getAll(List<C> cartridges) |
<C extends ICartridge> |
ICartridgeQuery.getAll(List<C> cartridges) |
<C extends ICartridge> |
LatestVersionQuery.getAll(List<C> cartridges) |
protected <C extends ICartridge> |
LatestVersionQuery.getLatest(Collection<C> matchingCartridges) |
protected abstract <C extends ICartridge> |
StringPropertyQuery.getProperty(C cartridge) |
abstract <C extends ICartridge> |
AbstractCartridgeQuery.matches(C cartridge) |
<C extends ICartridge> |
ICartridgeQuery.matches(C cartridge) |
<C extends ICartridge> |
StringPropertyQuery.matches(C cartridge) |
<C extends ICartridge> |
CartridgeNameQuery.matches(C cartridge) |
<C extends ICartridge> |
LatestVersionQuery.matches(C cartridge) |
<C extends ICartridge> |
CartridgeNameRegexQuery.matches(C cartridge) |
Modifier and Type | Method and Description |
---|---|
boolean |
LatestStandaloneCartridge.matches(ICartridge cartridge) |
boolean |
LatestEmbeddableCartridge.matches(ICartridge cartridge) |
Modifier and Type | Method and Description |
---|---|
static List<String> |
OpenShiftResourceUtils.toNames(ICartridge... cartridges) |
Modifier and Type | Class and Description |
---|---|
class |
EmbeddedCartridgeResource
A cartridge that is embedded into an application.
|
Modifier and Type | Method and Description |
---|---|
protected <C extends ICartridge> |
APIResource.filterObsolete(boolean includeObsolete,
List<C> allCartridges) |
Modifier and Type | Method and Description |
---|---|
protected ICartridge |
ApplicationResource.getCartridge(String cartridgeName)
Returns the main (standalone) cartrige or one of the embedded cartridges
whose name matches the given param.
|
Modifier and Type | Method and Description |
---|---|
List<ICartridge> |
AlternativeCartridges.get()
Returns all alternative cartridges that a user may choose its cartridge
from.
|
List<ICartridge> |
Quickstart.getAlternativesFor(ICartridge cartridge) |
List<ICartridge> |
APIResource.getCartridges() |
Collection<ICartridge> |
GearGroupResource.getCartridges() |
List<ICartridge> |
APIResource.getCartridges(boolean includeObsolete) |
Modifier and Type | Method and Description |
---|---|
protected AbstractOpenShiftResource.Parameters |
AbstractOpenShiftResource.Parameters.addCartridge(ICartridge embeddable) |
IEmbeddedCartridge |
ApplicationResource.addEmbeddableCartridge(ICartridge cartridge) |
List<IEmbeddedCartridge> |
ApplicationResource.addEmbeddableCartridges(ICartridge... cartridges) |
IApplication |
DomainResource.createApplication(String name,
ApplicationScale scale,
IGearProfile gearProfile,
String initialGitUrl,
int timeout,
Map<String,String> environmentVariables,
ICartridge... cartridges) |
List<ICartridge> |
Quickstart.getAlternativesFor(ICartridge cartridge) |
Modifier and Type | Method and Description |
---|---|
protected AbstractOpenShiftResource.Parameters |
AbstractOpenShiftResource.Parameters.addCartridges(Collection<ICartridge> cartridges) |
protected IApplication |
DomainResource.createApplication(String name,
ApplicationScale scale,
IGearProfile gearProfile,
String initialGitUrl,
int timeout,
Map<String,String> environmentVariables,
Collection<ICartridge> cartridges) |
Modifier and Type | Class and Description |
---|---|
class |
BaseCartridge
A (base) cartridge for an OpenShift application.
|
Modifier and Type | Method and Description |
---|---|
<C extends ICartridge> |
DownloadableCartridgeSpec.get(List<C> cartridges) |
<C extends ICartridge> |
NamedCartridgeSpec.get(List<C> cartridges) |
<C extends ICartridge> |
DownloadableCartridgeSpec.getAll(List<C> cartridges) |
<C extends ICartridge> |
NamedCartridgeSpec.getAll(List<C> cartridges) |
<C extends ICartridge> |
DownloadableCartridgeSpec.matches(C cartridge) |
<C extends ICartridge> |
NamedCartridgeSpec.matches(C cartridge) |
Copyright © 2014 JBoss by Red Hat. All rights reserved.