Interface JGitOperationHelper.WithFetchConnectionCallback<E extends Throwable,​T>

    • Method Detail

      • doWithFetchConnection

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