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
OpenShiftException
List<IDomain> getDomains() throws OpenShiftException
OpenShiftException
List<IStandaloneCartridge> getStandaloneCartridges() throws OpenShiftException
OpenShiftException
List<IStandaloneCartridge> getStandaloneCartridges(boolean includeObsolete) throws OpenShiftException
includeObsolete
- include obsolete cartridgesOpenShiftException
List<IEmbeddableCartridge> getEmbeddableCartridges() throws OpenShiftException
OpenShiftException
List<IEmbeddableCartridge> getEmbeddableCartridges(boolean includeObsolete) throws OpenShiftException
includeObsolete
- include obsolete cartridgesOpenShiftException
List<ICartridge> getCartridges() throws OpenShiftException
OpenShiftException
List<ICartridge> getCartridges(boolean includeObsolete) throws OpenShiftException
includeObsolete
- whether to include obsolete cartridges or not.OpenShiftException
List<IQuickstart> getQuickstarts() throws OpenShiftException
OpenShiftException
ExecutorService getExecutorService()
ExecutorService
,
Executors
Copyright © 2018 JBoss by Red Hat. All rights reserved.