Class PropertiesBasedSshTransportConfigCallback

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

    public class PropertiesBasedSshTransportConfigCallback
    extends Object
    implements org.eclipse.jgit.api.TransportConfigCallback
    Configure JGit transport command to use a SSH session factory that is configured using properties defined in MultipleJGitEnvironmentProperties.
    Author:
    Dylan Roberts
    • Method Detail

      • configure

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