|
Groovy Documentation | |||||||
FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.jgit.transport.JschConfigSessionFactory
org.ajoberstar.gradle.git.auth.JschAgentProxySessionFactory
public class JschAgentProxySessionFactory extends JschConfigSessionFactory
A session factory that supports use of ssh-agent and Pageant SSH authentication.
Method Summary | |
---|---|
protected void
|
configure(Host hc, Session session)
No actions performed by this. |
protected JSch
|
getJSch(Host hc, FS fs)
Obtains a JSch used for creating sessions, with the addition of ssh-agent and Pageant agents, if available. |
Method Detail |
---|
protected void configure(Host hc, Session session)
de protect protected JSch getJSch(Host hc, FS fs)
Groovy Documentation