Class JGitTransportConfigCallback

  • All Implemented Interfaces:
    org.eclipse.jgit.api.TransportConfigCallback

    public class JGitTransportConfigCallback
    extends java.lang.Object
    implements org.eclipse.jgit.api.TransportConfigCallback
    Implementation of TransportConfigCallback which adds a public/private key identity to ssh URLs if configured.
    • Field Detail

      • sshSessionFactory

        private org.eclipse.jgit.transport.SshSessionFactory sshSessionFactory
    • Method Detail

      • configure

        public void configure​(org.eclipse.jgit.transport.Transport transport)
        Specified by:
        configure in interface org.eclipse.jgit.api.TransportConfigCallback