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
OpenShiftException
List<IDomain> getDomains() throws OpenShiftException
OpenShiftException
List<ICartridge> getStandaloneCartridges() throws OpenShiftException
OpenShiftException
List<IEmbeddableCartridge> getEmbeddableCartridges() throws OpenShiftException
OpenShiftException
void setEnableSSLCertChecks(boolean doSSLChecks)
doSSLChecks
- void setProxySet(boolean proxySet)
proxySet
- void setProxyHost(String proxyHost)
proxyHost
- void setProxyPort(String proxyPort)
proxyPort
- ExecutorService getExecutorService()
ExecutorService
,
Executors
Copyright © 2013 JBoss, a division of Red Hat, Inc.. All Rights Reserved.