Class XlrGitHttpConnectionFactory
- java.lang.Object
-
- com.xebialabs.xlrelease.scm.connector.XlrGitHttpConnectionFactory
-
- All Implemented Interfaces:
org.eclipse.jgit.transport.http.HttpConnectionFactory
public class XlrGitHttpConnectionFactory extends java.lang.Object implements org.eclipse.jgit.transport.http.HttpConnectionFactory
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.eclipse.jgit.transport.http.HttpConnectioncreate(java.net.URL url)org.eclipse.jgit.transport.http.HttpConnectioncreate(java.net.URL url, java.net.Proxy proxy)
-
-
-
Method Detail
-
create
public org.eclipse.jgit.transport.http.HttpConnection create(java.net.URL url) throws java.io.IOException- Specified by:
createin interfaceorg.eclipse.jgit.transport.http.HttpConnectionFactory- Throws:
java.io.IOException
-
create
public org.eclipse.jgit.transport.http.HttpConnection create(java.net.URL url, java.net.Proxy proxy) throws java.io.IOException- Specified by:
createin interfaceorg.eclipse.jgit.transport.http.HttpConnectionFactory- Throws:
java.io.IOException
-
-