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
  • 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 class org.jenkinsci.main.modules.sshd.SshCommandFactory