Example usage for org.eclipse.jgit.transport FetchConnection interface-usage

List of usage examples for org.eclipse.jgit.transport FetchConnection interface-usage

Introduction

In this page you can find the example usage for org.eclipse.jgit.transport FetchConnection interface-usage.

Usage

From source file it.com.atlassian.labs.speakeasy.util.jgit.BaseFetchConnection.java

/**
 * Base helper class for fetch connection implementations. Provides some common
 * typical structures and methods used during fetch connection.
 * <p>
 * Implementors of fetch over pack-based protocols should consider using
 * {@link BasePackFetchConnection} instead.