| Package | Description |
|---|---|
| org.jenkinsci.main.modules.sshd |
| Modifier and Type | Method and Description |
|---|---|
SshCommandFactory.CommandLine |
AsynchronousCommand.getCmdLine() |
| Modifier and Type | Method and Description |
|---|---|
org.apache.sshd.server.command.Command |
CLICommandAdapter.create(SshCommandFactory.CommandLine commandLine) |
abstract org.apache.sshd.server.command.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. |
| Constructor and Description |
|---|
AsynchronousCommand(SshCommandFactory.CommandLine cmdLine) |
Copyright © 2016–2022. All rights reserved.