Package com.atlassian.bamboo.plugins.git
Class AbstractGitOperationHelper
java.lang.Object
com.atlassian.bamboo.plugins.git.AbstractGitOperationHelper
- All Implemented Interfaces:
GitOperationHelper
- Direct Known Subclasses:
JGitOperationHelper
,NativeGitOperationHelper
-
Field Summary
Modifier and TypeFieldDescriptionprotected final GitRepositoryAccessData
protected final BuildLogger
protected static final int
protected static final int
protected static final String[]
protected final com.atlassian.sal.api.message.I18nResolver
protected final TrustedKeyHelper
-
Constructor Summary
ConstructorDescriptionAbstractGitOperationHelper
(GitRepositoryAccessData accessData, @NotNull BuildLogger buildLogger, @NotNull com.atlassian.sal.api.message.I18nResolver i18nResolver, @NotNull TrustedKeyHelper trustedKeyHelper) -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.atlassian.bamboo.plugins.git.GitOperationHelper
checkout, checkout, checkRevisionExistsInCacheRepository, commit, commit, createBranch, createLightweightTag, extractCommits, extractCommits, extractCommitsBetweenBranches, fetch, fetch, fetch, fetch, fetch, fetch, getBranchForSha, getCommit, getCurrentBranch, getCurrentRevision, getOpenBranches, getShaOfRefIfExists, getTagsForRepository, isAncestor, isClean, merge, mergeAndReturnHead, obtainLatestRevision, obtainLatestRevision, pushBranchOrTag, pushRevision, stageChanges
-
Field Details
-
DEFAULT_TRANSFER_TIMEOUT
protected static final int DEFAULT_TRANSFER_TIMEOUT -
CHANGESET_LIMIT
protected static final int CHANGESET_LIMIT -
FQREF_PREFIXES
-
accessData
-
buildLogger
-
i18nResolver
protected final com.atlassian.sal.api.message.I18nResolver i18nResolver -
trustedKeyHelper
-
-
Constructor Details
-
AbstractGitOperationHelper
public AbstractGitOperationHelper(GitRepositoryAccessData accessData, @NotNull @NotNull BuildLogger buildLogger, @NotNull @NotNull com.atlassian.sal.api.message.I18nResolver i18nResolver, @NotNull @NotNull TrustedKeyHelper trustedKeyHelper)
-