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

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    org.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

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • 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