Class SshCommandFactoryImpl
java.lang.Object
org.jenkinsci.main.modules.sshd.SshCommandFactory
org.jenkinsci.plugins.gitserver.ssh.SshCommandFactoryImpl
- All Implemented Interfaces:
ExtensionPoint
@Extension
public class SshCommandFactoryImpl
extends org.jenkinsci.main.modules.sshd.SshCommandFactory
- Author:
- Kohsuke Kawaguchi
-
Nested Class Summary
Nested classes/interfaces inherited from class org.jenkinsci.main.modules.sshd.SshCommandFactory
org.jenkinsci.main.modules.sshd.SshCommandFactory.CommandLine
Nested classes/interfaces inherited from interface hudson.ExtensionPoint
ExtensionPoint.LegacyInstancesAreScopedToHudson
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionorg.apache.sshd.server.command.Command
create
(org.jenkinsci.main.modules.sshd.SshCommandFactory.CommandLine cmds) Methods inherited from class org.jenkinsci.main.modules.sshd.SshCommandFactory
all
-
Constructor Details
-
SshCommandFactoryImpl
public SshCommandFactoryImpl()
-
-
Method Details
-
create
public org.apache.sshd.server.command.Command create(org.jenkinsci.main.modules.sshd.SshCommandFactory.CommandLine cmds) - Specified by:
create
in classorg.jenkinsci.main.modules.sshd.SshCommandFactory
-