public interface IOpenShiftConnection
| 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.
|
void |
setEnableSSLCertChecks(boolean doSSLChecks)
Sets flag for enabling SSL certificate checks (i.e.
|
void |
setProxyHost(String proxyHost)
Deprecated.
|
void |
setProxyPort(String proxyPort)
Deprecated.
|
void |
setProxySet(boolean proxySet)
Deprecated.
|
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
OpenShiftExceptionvoid setEnableSSLCertChecks(boolean doSSLChecks)
doSSLChecks - @Deprecated void setProxySet(boolean proxySet)
proxySet - @Deprecated void setProxyHost(String proxyHost)
proxyHost - @Deprecated void setProxyPort(String proxyPort)
proxyPort - ExecutorService getExecutorService()
ExecutorService,
ExecutorsCopyright © 2014 JBoss by Red Hat. All rights reserved.