Interface JGitOperationHelper.WithFetchConnectionCallback<E extends Throwable,T>

Enclosing class:
JGitOperationHelper

protected static interface JGitOperationHelper.WithFetchConnectionCallback<E extends Throwable,T>
  • Method Summary

    Modifier and Type
    Method
    Description
    doWithFetchConnection(@NotNull org.eclipse.jgit.transport.Transport transport, @NotNull org.eclipse.jgit.transport.FetchConnection connection)
     
  • Method Details

    • doWithFetchConnection

      T doWithFetchConnection(@NotNull @NotNull org.eclipse.jgit.transport.Transport transport, @NotNull @NotNull org.eclipse.jgit.transport.FetchConnection connection) throws E
      Throws:
      E extends Throwable