Uses of Interface
com.atlassian.bamboo.plugins.git.GitOperationHelper
Packages that use GitOperationHelper
-
Uses of GitOperationHelper in com.atlassian.bamboo.plugins.git
Classes in com.atlassian.bamboo.plugins.git that implement GitOperationHelperModifier and TypeClassDescriptionclass
class
class
Methods in com.atlassian.bamboo.plugins.git that return GitOperationHelperModifier and TypeMethodDescriptionstatic 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 GitOperationHelperModifier and TypeMethodDescriptionstatic 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)