Package com.atlassian.bamboo.plugins.git
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
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
-
Method Details
-
configure
protected void configure(org.eclipse.jgit.transport.ssh.jsch.OpenSshConfig.Host hc, com.jcraft.jsch.Session session) - Overrides:
configure
in classorg.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 classorg.eclipse.jgit.transport.ssh.jsch.JschConfigSessionFactory
- Throws:
com.jcraft.jsch.JSchException
-