public class GitOperationHelperFactory extends Object
Modifier and Type | Method and Description |
---|---|
static GitOperationHelper |
createGitOperationHelper(AbstractGitExecutor executor,
GitRepositoryAccessData accessData,
SshProxyService sshProxyService,
BuildLogger buildLogger,
com.atlassian.sal.api.message.I18nResolver i18nResolver,
TrustedKeyHelper trustedKeyHelper) |
static GitOperationHelper |
createGitOperationHelper(GitRepository repository,
GitRepositoryAccessData accessData,
SshProxyService sshProxyService,
BuildLogger buildLogger,
com.atlassian.sal.api.message.I18nResolver i18nResolver,
TrustedKeyHelper trustedKeyHelper) |
static boolean |
isNativeGitEnabled(AbstractGitExecutor repository) |
static boolean |
isNativeGitEnabled(GitRepository repository) |
public static GitOperationHelper createGitOperationHelper(@NotNull GitRepository repository, @NotNull GitRepositoryAccessData accessData, @NotNull SshProxyService sshProxyService, @NotNull BuildLogger buildLogger, @NotNull com.atlassian.sal.api.message.I18nResolver i18nResolver, @NotNull TrustedKeyHelper trustedKeyHelper) throws RepositoryException
RepositoryException
public static boolean isNativeGitEnabled(GitRepository repository)
public static boolean isNativeGitEnabled(AbstractGitExecutor repository)
public static GitOperationHelper createGitOperationHelper(@NotNull AbstractGitExecutor executor, @NotNull GitRepositoryAccessData accessData, @NotNull SshProxyService sshProxyService, @NotNull BuildLogger buildLogger, @NotNull com.atlassian.sal.api.message.I18nResolver i18nResolver, @NotNull TrustedKeyHelper trustedKeyHelper) throws RepositoryException
RepositoryException
Copyright © 2019 Atlassian Software Systems Pty Ltd. All rights reserved.