public class LeaseTunnelCommand extends AbstractTunnelCommand
| Constructor and Description |
|---|
LeaseTunnelCommand(org.jenkinsci.main.modules.sshd.SshCommandFactory.CommandLine cmdLine) |
| Modifier and Type | Method and Description |
|---|---|
protected org.apache.sshd.server.CommandFactory |
getCommandFactory() |
protected org.apache.sshd.common.Factory<org.apache.sshd.server.Command> |
getShellFactory() |
protected int |
run()
Turn the connection over into another nested SSH session.
|
getFileSystemFactorypublic LeaseTunnelCommand(org.jenkinsci.main.modules.sshd.SshCommandFactory.CommandLine cmdLine)
protected int run()
throws Exception
AbstractTunnelCommandrun in class AbstractTunnelCommandExceptionprotected org.apache.sshd.server.CommandFactory getCommandFactory()
getCommandFactory in class AbstractTunnelCommandprotected org.apache.sshd.common.Factory<org.apache.sshd.server.Command> getShellFactory()
getShellFactory in class AbstractTunnelCommandCopyright © 2004-2013. All Rights Reserved.