Package | Description |
---|---|
com.openshift.client | |
com.openshift.internal.client | |
com.openshift.internal.client.ssh |
Modifier and Type | Method and Description |
---|---|
List<String> |
IApplication.getEnvironmentProperties()
Retrieves the list of environment properties.
|
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.
|
Modifier and Type | Method and Description |
---|---|
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() |
Modifier and Type | Method and Description |
---|---|
boolean |
ApplicationPortForwarding.isStarted(com.jcraft.jsch.Session session) |
void |
ApplicationPortForwarding.start(com.jcraft.jsch.Session session) |
void |
ApplicationPortForwarding.stop(com.jcraft.jsch.Session session) |
Copyright © 2013 JBoss by Red Hat. All rights reserved.