|
OpenShift Java Client 2.5.0.Final | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use OpenShiftSSHOperationException | |
---|---|
com.openshift.client | |
com.openshift.internal.client | |
com.openshift.internal.client.ssh |
Uses of OpenShiftSSHOperationException in com.openshift.client |
---|
Methods in com.openshift.client that throw OpenShiftSSHOperationException | |
---|---|
List<String> |
IApplication.getEnvironmentProperties()
Retrieves the list of environment properties. |
Map<String,IEnvironmentVariable> |
IApplication.getEnvironmentVariables()
Retrieves the map of environment variables |
List<IApplicationPortForwarding> |
IApplication.getForwardablePorts()
Returns the list of forwardable ports on OpenShift for this application. |
boolean |
IApplication.isPortFowardingStarted()
Returns true if the port-forwarding has been started, false otherwise. |
boolean |
IApplicationPortForwarding.isStarted(com.jcraft.jsch.Session session)
|
List<IApplicationPortForwarding> |
IApplication.refreshForwardablePorts()
Refreshes the list of port-forwarding. |
void |
IApplicationPortForwarding.start(com.jcraft.jsch.Session session)
Start the binding, ie, open a SSH tunnel between local address:port and remote address:port. |
List<IApplicationPortForwarding> |
IApplication.startPortForwarding()
|
void |
IApplicationPortForwarding.stop(com.jcraft.jsch.Session session)
Stop the SSH tunnel. |
List<IApplicationPortForwarding> |
IApplication.stopPortForwarding()
Stop the port-forwarding for all ports. |
Uses of OpenShiftSSHOperationException in com.openshift.internal.client |
---|
Methods in com.openshift.internal.client that throw OpenShiftSSHOperationException | |
---|---|
List<String> |
ApplicationResource.getEnvironmentProperties()
|
List<IApplicationPortForwarding> |
ApplicationResource.getForwardablePorts()
|
boolean |
ApplicationResource.isPortFowardingStarted()
|
List<IApplicationPortForwarding> |
ApplicationResource.refreshForwardablePorts()
|
protected List<String> |
ApplicationResource.sshExecCmd(String command,
ApplicationResource.SshStreams sshStream)
|
List<IApplicationPortForwarding> |
ApplicationResource.startPortForwarding()
|
List<IApplicationPortForwarding> |
ApplicationResource.stopPortForwarding()
|
Uses of OpenShiftSSHOperationException in com.openshift.internal.client.ssh |
---|
Methods in com.openshift.internal.client.ssh that throw OpenShiftSSHOperationException | |
---|---|
boolean |
ApplicationPortForwarding.isStarted(com.jcraft.jsch.Session session)
|
void |
ApplicationPortForwarding.start(com.jcraft.jsch.Session session)
|
void |
ApplicationPortForwarding.stop(com.jcraft.jsch.Session session)
|
|
OpenShift Java Client 2.5.0.Final | |||||||||
PREV NEXT | FRAMES NO FRAMES |