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
FieldsModifier and TypeFieldDescriptionprotected final GitRepositoryAccessDataprotected final BuildLoggerprotected static final intprotected static final intprotected static final String[]protected final com.atlassian.sal.api.message.I18nResolverprotected final TrustedKeyHelper -
Constructor Summary
ConstructorsConstructorDescriptionAbstractGitOperationHelper(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, waitMethods 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)
-