public interface IOpenShiftConnection
| Modifier and Type | Field and Description |
|---|---|
static String |
DEFAULT_CLIENT_ID |
| Modifier and Type | Method and Description |
|---|---|
List<ICartridge> |
getCartridges()
Returns all the available cartridges, embeddable and standalone ones.
|
List<ICartridge> |
getCartridges(boolean includeObsolete)
Returns all the available cartridges, embeddable and standalone ones.
|
List<IDomain> |
getDomains()
Returns the domains associated with the current OpenShift connection.
|
List<IEmbeddableCartridge> |
getEmbeddableCartridges()
Returns the available embeddable cartridges associated with the current
OpenShift connection.
|
List<IEmbeddableCartridge> |
getEmbeddableCartridges(boolean includeObsolete)
Returns the available embeddable cartridges associated with the current
OpenShift connection.
|
ExecutorService |
getExecutorService()
Returns the executor service instance that's available in this
connection.
|
List<IQuickstart> |
getQuickstarts()
Returns the available quickstarts associated with the current
OpenShift connection.
|
String |
getServer()
Returns the server this connection is bound to.
|
List<IStandaloneCartridge> |
getStandaloneCartridges()
Returns the available standalone cartridges associated with the current
OpenShift connection.
|
List<IStandaloneCartridge> |
getStandaloneCartridges(boolean includeObsolete)
Returns the available standalone cartridges associated with the current
OpenShift connection.
|
IUser |
getUser()
Returns the user associated with the current OpenShift connection.
|
static final String DEFAULT_CLIENT_ID
String getServer()
IUser getUser() throws OpenShiftException
OpenShiftExceptionList<IDomain> getDomains() throws OpenShiftException
OpenShiftExceptionList<IStandaloneCartridge> getStandaloneCartridges() throws OpenShiftException
OpenShiftExceptionList<IStandaloneCartridge> getStandaloneCartridges(boolean includeObsolete) throws OpenShiftException
includeObsolete - include obsolete cartridgesOpenShiftExceptionList<IEmbeddableCartridge> getEmbeddableCartridges() throws OpenShiftException
OpenShiftExceptionList<IEmbeddableCartridge> getEmbeddableCartridges(boolean includeObsolete) throws OpenShiftException
includeObsolete - include obsolete cartridgesOpenShiftExceptionList<ICartridge> getCartridges() throws OpenShiftException
OpenShiftExceptionList<ICartridge> getCartridges(boolean includeObsolete) throws OpenShiftException
includeObsolete - whether to include obsolete cartridges or not.OpenShiftExceptionList<IQuickstart> getQuickstarts() throws OpenShiftException
OpenShiftExceptionExecutorService getExecutorService()
ExecutorService,
ExecutorsCopyright © 2016 JBoss by Red Hat. All rights reserved.