Uses of Interface
com.atlassian.bamboo.plugins.git.JGitOperationHelper.WithFetchConnectionCallback
-
Packages that use JGitOperationHelper.WithFetchConnectionCallback Package Description com.atlassian.bamboo.plugins.git -
-
Uses of JGitOperationHelper.WithFetchConnectionCallback in com.atlassian.bamboo.plugins.git
Methods in com.atlassian.bamboo.plugins.git with parameters of type JGitOperationHelper.WithFetchConnectionCallback Modifier and Type Method Description protected <E extends Throwable,T>
TJGitOperationHelper. withFetchConnection(@NotNull org.eclipse.jgit.lib.Repository repository, @NotNull GitRepositoryAccessData accessData, @NotNull JGitOperationHelper.WithFetchConnectionCallback<E,T> callback)
protected <E extends Throwable,T>
TJGitOperationHelper. withFetchConnection(@NotNull org.eclipse.jgit.transport.Transport transport, @NotNull JGitOperationHelper.WithFetchConnectionCallback<E,T> callback)
-