public abstract class AbstractGitOperationHelper extends Object implements GitOperationHelper
Modifier and Type | Field and Description |
---|---|
protected GitRepositoryAccessData |
accessData |
protected BuildLogger |
buildLogger |
protected static int |
CHANGESET_LIMIT |
protected static int |
DEFAULT_TRANSFER_TIMEOUT |
protected static String[] |
FQREF_PREFIXES |
protected com.atlassian.sal.api.message.I18nResolver |
i18nResolver |
protected TrustedKeyHelper |
trustedKeyHelper |
Constructor and Description |
---|
AbstractGitOperationHelper(GitRepositoryAccessData accessData,
BuildLogger buildLogger,
com.atlassian.sal.api.message.I18nResolver i18nResolver,
TrustedKeyHelper trustedKeyHelper) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
checkout, checkRevisionExistsInCacheRepository, commit, commit, createBranch, createLightweightTag, extractCommits, extractCommits, extractCommitsBetweenBranches, fetch, fetch, getBranchForSha, getCommit, getCurrentBranch, getCurrentRevision, getOpenBranches, getShaOfRefIfExists, isAncestor, isClean, merge, mergeAndReturnHead, obtainLatestRevision, obtainLatestRevision, pushBranchOrTag, pushRevision, stageChanges
protected static final int DEFAULT_TRANSFER_TIMEOUT
protected static final int CHANGESET_LIMIT
protected static final String[] FQREF_PREFIXES
protected final GitRepositoryAccessData accessData
protected final BuildLogger buildLogger
protected final com.atlassian.sal.api.message.I18nResolver i18nResolver
protected final TrustedKeyHelper trustedKeyHelper
public AbstractGitOperationHelper(GitRepositoryAccessData accessData, @NotNull BuildLogger buildLogger, @NotNull com.atlassian.sal.api.message.I18nResolver i18nResolver, @NotNull TrustedKeyHelper trustedKeyHelper)
Copyright © 2020 Atlassian Software Systems Pty Ltd. All rights reserved.