public interface IOpenShiftConnection
| Modifier and Type | Method and Description |
|---|---|
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.
|
ExecutorService |
getExecutorService()
Returns the executor service instance that's available in this
connection.
|
String |
getServer()
Returns the server this connection is bound to.
|
List<ICartridge> |
getStandaloneCartridges()
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)
Sets the HTTP proxy hostname
|
void |
setProxyPort(String proxyPort)
Sets the HTTP proxy port
|
void |
setProxySet(boolean proxySet)
Sets flag for using an HTTP proxy
|
String getServer()
IUser getUser() throws OpenShiftException
OpenShiftExceptionList<IDomain> getDomains() throws OpenShiftException
OpenShiftExceptionList<ICartridge> getStandaloneCartridges() throws OpenShiftException
OpenShiftExceptionList<IEmbeddableCartridge> getEmbeddableCartridges() throws OpenShiftException
OpenShiftExceptionvoid setEnableSSLCertChecks(boolean doSSLChecks)
doSSLChecks - void setProxySet(boolean proxySet)
proxySet - void setProxyHost(String proxyHost)
proxyHost - void setProxyPort(String proxyPort)
proxyPort - ExecutorService getExecutorService()
ExecutorService,
ExecutorsCopyright © 2013 JBoss, a division of Red Hat, Inc.. All Rights Reserved.