@Extension public class CLICommandAdapter extends SshCommandFactory
SshCommandFactory that invokes CLICommands.SshCommandFactory.CommandLineExtensionPoint.LegacyInstancesAreScopedToHudson| Constructor and Description |
|---|
CLICommandAdapter() |
| Modifier and Type | Method and Description |
|---|---|
org.apache.sshd.server.command.Command |
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. |
allpublic org.apache.sshd.server.command.Command create(SshCommandFactory.CommandLine commandLine)
SshCommandFactoryCommand
and that command will be used to handle the request.
Otherwise return null to let other SshCommandFactorys handle it.create in class SshCommandFactorycommandLine - Represents the command line the client wants to invoke.Copyright © 2016–2022. All rights reserved.