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
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
void 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
,
Executors
Copyright © 2014 JBoss by Red Hat. All rights reserved.