Class GitSshSessionFactory

java.lang.Object
org.eclipse.jgit.transport.SshSessionFactory
org.eclipse.jgit.transport.ssh.jsch.JschConfigSessionFactory
com.atlassian.bamboo.plugins.git.GitSshSessionFactory

public class GitSshSessionFactory extends org.eclipse.jgit.transport.ssh.jsch.JschConfigSessionFactory
  • Method Summary

    Modifier and Type
    Method
    Description
    protected void
    configure(org.eclipse.jgit.transport.ssh.jsch.OpenSshConfig.Host hc, com.jcraft.jsch.Session session)
     
    protected com.jcraft.jsch.JSch
    getJSch(org.eclipse.jgit.transport.ssh.jsch.OpenSshConfig.Host hc, org.eclipse.jgit.util.FS fs)
     

    Methods inherited from class org.eclipse.jgit.transport.ssh.jsch.JschConfigSessionFactory

    configureJSch, createDefaultJSch, createSession, createSession, getSession, getType, setConfig

    Methods inherited from class org.eclipse.jgit.transport.SshSessionFactory

    getInstance, getLocalUserName, releaseSession, setInstance

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Method Details

    • configure

      protected void configure(org.eclipse.jgit.transport.ssh.jsch.OpenSshConfig.Host hc, com.jcraft.jsch.Session session)
      Overrides:
      configure in class org.eclipse.jgit.transport.ssh.jsch.JschConfigSessionFactory
    • getJSch

      protected com.jcraft.jsch.JSch getJSch(org.eclipse.jgit.transport.ssh.jsch.OpenSshConfig.Host hc, org.eclipse.jgit.util.FS fs) throws com.jcraft.jsch.JSchException
      Overrides:
      getJSch in class org.eclipse.jgit.transport.ssh.jsch.JschConfigSessionFactory
      Throws:
      com.jcraft.jsch.JSchException