Uses of Interface
com.atlassian.bamboo.plugins.git.GitOperationHelper
-
Packages that use GitOperationHelper Package Description com.atlassian.bamboo.plugins.git com.atlassian.bamboo.plugins.git.v2 -
-
Uses of GitOperationHelper in com.atlassian.bamboo.plugins.git
Classes in com.atlassian.bamboo.plugins.git that implement GitOperationHelper Modifier and Type Class Description class
AbstractGitOperationHelper
class
JGitOperationHelper
class
NativeGitOperationHelper
Methods in com.atlassian.bamboo.plugins.git that return GitOperationHelper Modifier and Type Method Description static GitOperationHelper
GitOperationHelperFactory. createGitOperationHelper(@NotNull GitRepository repository, @NotNull GitRepositoryAccessData accessData, @NotNull SshProxyService sshProxyService, @NotNull BuildLogger buildLogger, @NotNull com.atlassian.sal.api.message.I18nResolver i18nResolver, @NotNull TrustedKeyHelper trustedKeyHelper)
static GitOperationHelper
GitOperationHelperFactory. createGitOperationHelper(@NotNull AbstractGitExecutor executor, @NotNull GitRepositoryAccessData accessData, @NotNull SshProxyService sshProxyService, @NotNull BuildLogger buildLogger, @NotNull com.atlassian.sal.api.message.I18nResolver i18nResolver, @NotNull TrustedKeyHelper trustedKeyHelper)
-
Uses of GitOperationHelper in com.atlassian.bamboo.plugins.git.v2
Methods in com.atlassian.bamboo.plugins.git.v2 with parameters of type GitOperationHelper Modifier and Type Method Description static String
GitChangeDetector. determineStartOfRevisionRange(GitOperationHelper helper, File cacheDirectory, @Nullable String preferredRevision, String fallbackRevision)
static void
GitChangeDetector. ensureRevisionExists(GitOperationHelper helper, File cacheDirectory, String hashOrRefToFetch, String targetRevision)
protected void
AbstractGitExecutor. fetchCacheWithRetry(@NotNull GitOperationHelper connector, @NotNull File cacheDirectory, @NotNull HashAndSource hashAndSource, @NotNull BuildLogger buildLogger, boolean fetchTagsByDefault, boolean fetchLfsFiles)
protected void
AbstractGitExecutor. fetchWithRetry(@NotNull GitOperationHelper connector, @NotNull File targetPath, @NotNull HashAndSource hashAndSource, @NotNull BuildLogger buildLogger, boolean useShallow)
protected void
AbstractGitExecutor. rethrowOrRemoveDirectory(@Nullable Exception originalException, @NotNull GitOperationHelper operationHelper, @NotNull BuildLogger buildLogger, @NotNull File directory, @NotNull String i18nKey)
-