Uses of Class
org.jenkinsci.main.modules.sshd.SshCommandFactory.CommandLine

Uses of SshCommandFactory.CommandLine in org.jenkinsci.main.modules.sshd
 

Methods in org.jenkinsci.main.modules.sshd that return SshCommandFactory.CommandLine
 SshCommandFactory.CommandLine AsynchronousCommand.getCmdLine()
           
 

Methods in org.jenkinsci.main.modules.sshd with parameters of type SshCommandFactory.CommandLine
abstract  org.apache.sshd.server.Command SshCommandFactory.create(SshCommandFactory.CommandLine commandLine)
          If this factory understands the specified command, return a non-null Command and that command will be used to handle the request.
 org.apache.sshd.server.Command CLICommandAdapter.create(SshCommandFactory.CommandLine commandLine)
           
 

Constructors in org.jenkinsci.main.modules.sshd with parameters of type SshCommandFactory.CommandLine
AsynchronousCommand(SshCommandFactory.CommandLine cmdLine)
           
 



Copyright © 2004-2012. All Rights Reserved.