Class XlrGitHttpConnectionFactory

java.lang.Object
com.xebialabs.xlrelease.scm.connector.XlrGitHttpConnectionFactory
All Implemented Interfaces:
org.eclipse.jgit.transport.http.HttpConnectionFactory

public class XlrGitHttpConnectionFactory extends Object implements org.eclipse.jgit.transport.http.HttpConnectionFactory
  • Method Details

    • create

      public org.eclipse.jgit.transport.http.HttpConnection create(URL url) throws IOException
      Specified by:
      create in interface org.eclipse.jgit.transport.http.HttpConnectionFactory
      Throws:
      IOException
    • create

      public org.eclipse.jgit.transport.http.HttpConnection create(URL url, Proxy proxy) throws IOException
      Specified by:
      create in interface org.eclipse.jgit.transport.http.HttpConnectionFactory
      Throws:
      IOException