Package | Description |
---|---|
com.openshift.client | |
com.openshift.internal.client | |
com.openshift.internal.client.ssh |
Modifier and Type | Method and Description |
---|---|
List<String> |
IApplicationSSHSession.getEnvironmentProperties()
Retrieves the list of environment properties.
|
List<String> |
IApplication.getEnvironmentProperties()
Deprecated.
|
Map<String,IEnvironmentVariable> |
IApplication.getEnvironmentVariables()
Retrieves the map of environment variables
|
List<IApplicationPortForwarding> |
IApplicationSSHSession.getForwardablePorts()
Returns the list of forwardable ports on OpenShift for this application.
|
List<IApplicationPortForwarding> |
IApplication.getForwardablePorts()
Deprecated.
|
boolean |
IApplicationSSHSession.isPortFowardingStarted()
Returns true if the port-forwarding has been started, false otherwise.
|
boolean |
IApplication.isPortFowardingStarted()
Deprecated.
|
boolean |
IApplicationPortForwarding.isStarted(com.jcraft.jsch.Session session) |
List<IApplicationPortForwarding> |
IApplicationSSHSession.refreshForwardablePorts()
Refreshes the list of port-forwarding.
|
List<IApplicationPortForwarding> |
IApplication.refreshForwardablePorts()
Deprecated.
|
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> |
IApplicationSSHSession.startPortForwarding() |
List<IApplicationPortForwarding> |
IApplication.startPortForwarding()
Deprecated.
|
void |
IApplicationPortForwarding.stop(com.jcraft.jsch.Session session)
Stop the SSH tunnel.
|
List<IApplicationPortForwarding> |
IApplicationSSHSession.stopPortForwarding()
Stop the port-forwarding for all ports.
|
List<IApplicationPortForwarding> |
IApplication.stopPortForwarding()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
protected InputStream |
ApplicationSSHSession.execCommand(String command,
com.openshift.internal.client.ApplicationSSHSession.ChannelInputStreams factory,
com.jcraft.jsch.Session session) |
protected InputStream |
ApplicationSSHSession.execCommand(String command,
InputStream forStdIn,
com.openshift.internal.client.ApplicationSSHSession.ChannelInputStreams channelInputStream,
com.jcraft.jsch.Session session) |
List<String> |
ApplicationSSHSession.getEnvironmentProperties()
Get a list of properties from your OpenShift Application
|
List<String> |
ApplicationResource.getEnvironmentProperties() |
List<IApplicationPortForwarding> |
ApplicationSSHSession.getForwardablePorts()
Gets a list of forwardable ports for your application
|
List<IApplicationPortForwarding> |
ApplicationResource.getForwardablePorts() |
boolean |
ApplicationSSHSession.isPortFowardingStarted()
Check if port forwarding has been started
|
boolean |
ApplicationResource.isPortFowardingStarted() |
List<IApplicationPortForwarding> |
ApplicationSSHSession.refreshForwardablePorts()
Refresh the list of forwardable ports for an application
|
List<IApplicationPortForwarding> |
ApplicationResource.refreshForwardablePorts() |
protected List<String> |
ApplicationResource.sshExecCmd(String command,
ApplicationResource.SshStreams sshStream) |
List<IApplicationPortForwarding> |
ApplicationSSHSession.startPortForwarding()
Start forwarding available ports to this application
|
List<IApplicationPortForwarding> |
ApplicationResource.startPortForwarding() |
List<IApplicationPortForwarding> |
ApplicationSSHSession.stopPortForwarding()
Stop forwarding of all ports to this application
|
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 © 2019 JBoss by Red Hat. All rights reserved.