Hierarchy For All Packages
Package Hierarchies:- com.atlassian.bitbucket.scm.git,
- com.atlassian.bitbucket.scm.git.auth,
- com.atlassian.bitbucket.scm.git.command,
- com.atlassian.bitbucket.scm.git.command.add,
- com.atlassian.bitbucket.scm.git.command.archive,
- com.atlassian.bitbucket.scm.git.command.blame,
- com.atlassian.bitbucket.scm.git.command.branch,
- com.atlassian.bitbucket.scm.git.command.catfile,
- com.atlassian.bitbucket.scm.git.command.checkrefformat,
- com.atlassian.bitbucket.scm.git.command.commit,
- com.atlassian.bitbucket.scm.git.command.config,
- com.atlassian.bitbucket.scm.git.command.countobjects,
- com.atlassian.bitbucket.scm.git.command.diff,
- com.atlassian.bitbucket.scm.git.command.fetch,
- com.atlassian.bitbucket.scm.git.command.foreachref,
- com.atlassian.bitbucket.scm.git.command.formatpatch,
- com.atlassian.bitbucket.scm.git.command.log,
- com.atlassian.bitbucket.scm.git.command.lsfiles,
- com.atlassian.bitbucket.scm.git.command.lstree,
- com.atlassian.bitbucket.scm.git.command.merge,
- com.atlassian.bitbucket.scm.git.command.merge.conflict,
- com.atlassian.bitbucket.scm.git.command.mv,
- com.atlassian.bitbucket.scm.git.command.notes,
- com.atlassian.bitbucket.scm.git.command.packobjects,
- com.atlassian.bitbucket.scm.git.command.push,
- com.atlassian.bitbucket.scm.git.command.rebase,
- com.atlassian.bitbucket.scm.git.command.remote,
- com.atlassian.bitbucket.scm.git.command.reset,
- com.atlassian.bitbucket.scm.git.command.revert,
- com.atlassian.bitbucket.scm.git.command.revlist,
- com.atlassian.bitbucket.scm.git.command.rm,
- com.atlassian.bitbucket.scm.git.command.status,
- com.atlassian.bitbucket.scm.git.command.tag,
- com.atlassian.bitbucket.scm.git.command.updateref,
- com.atlassian.bitbucket.scm.git.event,
- com.atlassian.bitbucket.scm.git.hook,
- com.atlassian.bitbucket.scm.git.protocol.http,
- com.atlassian.bitbucket.scm.git.protocol.ssh,
- com.atlassian.bitbucket.scm.git.pull,
- com.atlassian.bitbucket.scm.git.ref,
- com.atlassian.bitbucket.scm.git.worktree
Class Hierarchy
- java.lang.Object
- com.atlassian.bitbucket.scm.git.command.merge.conflict.AbstractGitMergeConflict (implements com.atlassian.bitbucket.scm.git.command.merge.conflict.GitMergeConflict)
- com.atlassian.bitbucket.scm.git.command.merge.conflict.AbstractPathGitMergeConflict
- com.atlassian.bitbucket.scm.git.command.merge.conflict.AddAddGitMergeConflict
- com.atlassian.bitbucket.scm.git.command.merge.conflict.AddRenameGitMergeConflict
- com.atlassian.bitbucket.scm.git.command.merge.conflict.ContentGitMergeConflict
- com.atlassian.bitbucket.scm.git.command.merge.conflict.ConvergentDirectoryRenameGitMergeConflict
- com.atlassian.bitbucket.scm.git.command.merge.conflict.ConvergentRenameGitMergeConflict
- com.atlassian.bitbucket.scm.git.command.merge.conflict.DeleteModifyGitMergeConflict
- com.atlassian.bitbucket.scm.git.command.merge.conflict.DeleteRenameGitMergeConflict
- com.atlassian.bitbucket.scm.git.command.merge.conflict.DirectoryFileGitMergeConflict
- com.atlassian.bitbucket.scm.git.command.merge.conflict.DivergentDirectoryRenameGitMergeConflict
- com.atlassian.bitbucket.scm.git.command.merge.conflict.FileDirectoryGitMergeConflict
- com.atlassian.bitbucket.scm.git.command.merge.conflict.ImplicitDirectoryRenameGitMergeConflict
- com.atlassian.bitbucket.scm.git.command.merge.conflict.MergedRenameGitMergeConflict
- com.atlassian.bitbucket.scm.git.command.merge.conflict.ModifyDeleteGitMergeConflict
- com.atlassian.bitbucket.scm.git.command.merge.conflict.RenameAddGitMergeConflict
- com.atlassian.bitbucket.scm.git.command.merge.conflict.RenameDeleteGitMergeConflict
- com.atlassian.bitbucket.scm.git.command.merge.conflict.SubmoduleGitMergeConflict
- com.atlassian.bitbucket.scm.git.command.merge.conflict.DivergentRenameGitMergeConflict
- com.atlassian.bitbucket.scm.git.command.merge.conflict.UnknownGitMergeConflict
- com.atlassian.bitbucket.scm.git.command.merge.conflict.AbstractPathGitMergeConflict
- com.atlassian.bitbucket.scm.git.command.merge.conflict.AbstractGitMergeConflictVisitor (implements com.atlassian.bitbucket.scm.git.command.merge.conflict.GitMergeConflictVisitor)
- com.atlassian.bitbucket.scm.git.worktree.AbstractGitWorkTreeRepositoryHookInvoker<T> (implements com.atlassian.bitbucket.scm.git.worktree.GitWorkTreeRepositoryHookInvoker)
- com.atlassian.bitbucket.scm.AbstractMergeCommandParameters.AbstractBuilder<B>
- com.atlassian.bitbucket.scm.MergeCommandParameters.AbstractMergeBuilder<B>
- com.atlassian.bitbucket.scm.git.command.GitMergeCommandParameters.Builder
- com.atlassian.bitbucket.scm.MergeCommandParameters.AbstractMergeBuilder<B>
- com.atlassian.bitbucket.pull.AbstractPullRequestRequest
- com.atlassian.bitbucket.scm.git.pull.PullRequestRebaseRequest
- com.atlassian.bitbucket.scm.ref.AbstractRefCommandParameters.AbstractRefBuilder<B>
- com.atlassian.bitbucket.scm.ref.AbstractCreateRefCommandParameters.AbstractCreateRefBuilder<B>
- com.atlassian.bitbucket.scm.ref.CreateBranchCommandParameters.AbstractCreateBranchBuilder<B>
- com.atlassian.bitbucket.scm.git.ref.GitCreateBranchCommandParameters.Builder
- com.atlassian.bitbucket.scm.ref.CreateTagCommandParameters.AbstractCreateTagBuilder<B>
- com.atlassian.bitbucket.scm.git.ref.GitCreateTagCommandParameters.Builder
- com.atlassian.bitbucket.scm.ref.CreateBranchCommandParameters.AbstractCreateBranchBuilder<B>
- com.atlassian.bitbucket.scm.git.ref.GitDeleteBranchCommandParameters.Builder
- com.atlassian.bitbucket.scm.git.ref.GitDeleteTagCommandParameters.Builder
- com.atlassian.bitbucket.scm.ref.AbstractCreateRefCommandParameters.AbstractCreateRefBuilder<B>
- com.atlassian.bitbucket.util.AbstractSummary
- com.atlassian.bitbucket.scm.git.ref.GitAnnotatedTagSummary
- com.atlassian.bitbucket.util.BuilderSupport
- com.atlassian.bitbucket.scm.AbstractCommandParameters
- com.atlassian.bitbucket.scm.AbstractMergeCommandParameters
- com.atlassian.bitbucket.scm.MergeCommandParameters
- com.atlassian.bitbucket.scm.git.command.GitMergeCommandParameters
- com.atlassian.bitbucket.scm.MergeCommandParameters
- com.atlassian.bitbucket.scm.ref.AbstractRefCommandParameters
- com.atlassian.bitbucket.scm.ref.AbstractCreateRefCommandParameters
- com.atlassian.bitbucket.scm.ref.CreateBranchCommandParameters
- com.atlassian.bitbucket.scm.git.ref.GitCreateBranchCommandParameters
- com.atlassian.bitbucket.scm.ref.CreateTagCommandParameters
- com.atlassian.bitbucket.scm.git.ref.GitCreateTagCommandParameters
- com.atlassian.bitbucket.scm.ref.CreateBranchCommandParameters
- com.atlassian.bitbucket.scm.git.ref.GitDeleteBranchCommandParameters
- com.atlassian.bitbucket.scm.git.ref.GitDeleteTagCommandParameters
- com.atlassian.bitbucket.scm.ref.AbstractCreateRefCommandParameters
- com.atlassian.bitbucket.scm.git.command.GitRebaseCommandParameters
- com.atlassian.bitbucket.scm.git.ref.GitResolveAnnotatedTagsCommandParameters
- com.atlassian.bitbucket.scm.AbstractMergeCommandParameters
- com.atlassian.bitbucket.pull.AbstractPullRequestRequest.AbstractBuilder<T>
- com.atlassian.bitbucket.scm.git.pull.PullRequestRebaseRequest.Builder
- com.atlassian.bitbucket.util.AbstractSummary.AbstractBuilder<B,
S> - com.atlassian.bitbucket.scm.git.ref.GitAnnotatedTagSummary.Builder
- com.atlassian.bitbucket.scm.git.ref.GitResolveAnnotatedTagsCommandParameters.Builder
- com.atlassian.bitbucket.scm.git.ref.GitValidateRefCommandParameters.Builder
- com.atlassian.bitbucket.scm.git.worktree.PublishGitWorkTreeParameters.Builder
- com.atlassian.bitbucket.scm.AbstractCommandParameters
- java.util.EventObject (implements java.io.Serializable)
- com.atlassian.bitbucket.event.ApplicationEvent
- com.atlassian.bitbucket.scm.git.event.GitPullRequestRefsChangedEvent
- com.atlassian.bitbucket.event.repository.RepositoryEvent
- com.atlassian.bitbucket.event.repository.AbstractRepositoryRefsChangedEvent (implements com.atlassian.bitbucket.event.repository.RepositoryRefsChangedEvent)
- com.atlassian.bitbucket.scm.git.pull.GitPullRequestRebasedEvent
- com.atlassian.bitbucket.event.repository.AbstractRepositoryRefsChangedEvent (implements com.atlassian.bitbucket.event.repository.RepositoryRefsChangedEvent)
- com.atlassian.bitbucket.event.ApplicationEvent
- com.atlassian.bitbucket.scm.git.ref.GitAnnotatedTagContext
- com.atlassian.bitbucket.scm.git.ref.GitAnnotatedTagContext.Builder
- com.atlassian.bitbucket.scm.git.command.GitRebaseCommandParameters.Builder
- com.atlassian.bitbucket.scm.git.ref.GitValidateRefCommandParameters
- com.atlassian.bitbucket.scm.git.worktree.PublishGitWorkTreeParameters
- java.lang.Throwable (implements java.io.Serializable)
- java.lang.Exception
- java.lang.RuntimeException
- com.atlassian.bitbucket.ServiceException
- com.atlassian.bitbucket.FeatureDisabledException
- com.atlassian.bitbucket.scm.git.command.rebase.GitRebaseWorkflowsDisabledException
- com.atlassian.bitbucket.scm.git.GitException
- com.atlassian.bitbucket.scm.git.command.branch.GitBranchNotMergedException
- com.atlassian.bitbucket.scm.git.GitDetachedHeadException
- com.atlassian.bitbucket.scm.git.command.fetch.GitFetchException
- com.atlassian.bitbucket.scm.git.command.fetch.GitFetchAuthenticationException
- com.atlassian.bitbucket.scm.git.command.fetch.GitFetchAuthorisationException
- com.atlassian.bitbucket.scm.git.command.merge.GitMergeException
- com.atlassian.bitbucket.scm.git.command.merge.GitMergeStrategyException
- com.atlassian.bitbucket.scm.git.command.merge.GitEmptyRebaseBeforeMergeException
- com.atlassian.bitbucket.scm.git.command.merge.GitEmptySquashException
- com.atlassian.bitbucket.scm.git.command.merge.GitNonFastForwardMergeRejectedException
- com.atlassian.bitbucket.scm.git.command.merge.GitRebaseBeforeMergeConflictedException
- com.atlassian.bitbucket.scm.git.command.merge.GitUnsupportedMergeStrategyException
- com.atlassian.bitbucket.scm.git.command.merge.GitMergeStrategyException
- com.atlassian.bitbucket.scm.git.command.merge.GitNoCommonAncestorException
- com.atlassian.bitbucket.scm.git.command.push.GitNonFastForwardUpdateRejectedException
- com.atlassian.bitbucket.scm.git.GitNotFoundException
- com.atlassian.bitbucket.scm.git.command.rebase.GitRebaseException
- com.atlassian.bitbucket.scm.git.GitRepositoryLayoutException
- com.atlassian.bitbucket.scm.git.command.revert.GitRevertException
- com.atlassian.bitbucket.scm.git.command.GitUnsupportedCommandException
- com.atlassian.bitbucket.scm.git.GitUnsupportedVersionException
- com.atlassian.bitbucket.scm.git.worktree.GitWorkTreeException
- com.atlassian.bitbucket.FeatureDisabledException
- com.atlassian.bitbucket.ServiceException
- java.lang.RuntimeException
- java.lang.Exception
- com.atlassian.bitbucket.scm.git.command.merge.conflict.AbstractGitMergeConflict (implements com.atlassian.bitbucket.scm.git.command.merge.conflict.GitMergeConflict)
Interface Hierarchy
- com.atlassian.bitbucket.scm.AsyncCommand<T>
- com.atlassian.bitbucket.scm.git.command.GitCommand<T> (also extends com.atlassian.bitbucket.scm.Command<T>)
- java.lang.AutoCloseable
- com.atlassian.bitbucket.scm.git.worktree.GitWorkTree
- java.util.concurrent.Callable<V>
- com.atlassian.bitbucket.scm.Command<T>
- com.atlassian.bitbucket.scm.git.command.GitCommand<T> (also extends com.atlassian.bitbucket.scm.AsyncCommand<T>)
- com.atlassian.bitbucket.scm.Command<T>
- com.atlassian.bitbucket.scm.CommandBuilderSupport<B>
- com.atlassian.bitbucket.scm.CommandBuilder<B>
- com.atlassian.bitbucket.scm.ScmCommandBuilder<B>
- com.atlassian.bitbucket.scm.git.command.GitTypedCommandBuilder<B> (also extends com.atlassian.bitbucket.scm.git.command.GitCommandBuilderSupport<B>)
- com.atlassian.bitbucket.scm.git.command.GitScmCommandBuilder
- com.atlassian.bitbucket.scm.git.command.GitWorkTreeCommandBuilder
- com.atlassian.bitbucket.scm.git.command.GitTypedCommandBuilder<B> (also extends com.atlassian.bitbucket.scm.git.command.GitCommandBuilderSupport<B>)
- com.atlassian.bitbucket.scm.ScmCommandBuilder<B>
- com.atlassian.bitbucket.scm.git.command.GitCommandBuilderSupport<B>
- com.atlassian.bitbucket.scm.git.command.add.GitAddBuilder
- com.atlassian.bitbucket.scm.git.command.archive.GitArchiveBuilder
- com.atlassian.bitbucket.scm.git.command.blame.GitBlameBuilder
- com.atlassian.bitbucket.scm.git.command.branch.GitBranchCreateBuilder
- com.atlassian.bitbucket.scm.git.command.branch.GitBranchDeleteBuilder
- com.atlassian.bitbucket.scm.git.command.catfile.GitCatFileBatchBuilder
- com.atlassian.bitbucket.scm.git.command.catfile.GitCatFileBuilder
- com.atlassian.bitbucket.scm.git.command.checkrefformat.GitCheckRefFormatBuilder
- com.atlassian.bitbucket.scm.git.command.commit.GitCommitBuilder
- com.atlassian.bitbucket.scm.git.command.config.GitConfigListBuilder
- com.atlassian.bitbucket.scm.git.command.config.GitConfigRemoveSectionBuilder
- com.atlassian.bitbucket.scm.git.command.config.GitConfigRenameSectionBuilder
- com.atlassian.bitbucket.scm.git.command.config.GitConfigUnsetAllBuilder
- com.atlassian.bitbucket.scm.git.command.config.GitConfigUnsetBuilder
- com.atlassian.bitbucket.scm.git.command.countobjects.GitCountObjectsBuilder
- com.atlassian.bitbucket.scm.git.command.diff.GitDiffCoreBuilder<B>
- com.atlassian.bitbucket.scm.git.command.diff.GitDiffBuilder
- com.atlassian.bitbucket.scm.git.command.diff.GitDiffTreeBuilder
- com.atlassian.bitbucket.scm.git.command.fetch.GitFetchBuilder
- com.atlassian.bitbucket.scm.git.command.foreachref.GitForEachRefBuilder
- com.atlassian.bitbucket.scm.git.command.formatpatch.GitFormatPatchBuilder
- com.atlassian.bitbucket.scm.git.command.lsfiles.GitLsFilesBuilder
- com.atlassian.bitbucket.scm.git.command.lstree.GitLsTreeBuilder
- com.atlassian.bitbucket.scm.git.command.merge.GitMergeBaseBuilderSupport<B>
- com.atlassian.bitbucket.scm.git.command.merge.GitMergeBaseBuilder
- com.atlassian.bitbucket.scm.git.command.merge.GitMergeBaseIndependentBuilder
- com.atlassian.bitbucket.scm.git.command.merge.GitMergeBuilderSupport<B>
- com.atlassian.bitbucket.scm.git.command.merge.GitMergeBuilder
- com.atlassian.bitbucket.scm.git.command.merge.GitSquashMergeBuilder
- com.atlassian.bitbucket.scm.git.command.mv.GitMvBuilder
- com.atlassian.bitbucket.scm.git.command.notes.GitNotesBuilderSupport<B>
- com.atlassian.bitbucket.scm.git.command.notes.GitNotesAddBuilder
- com.atlassian.bitbucket.scm.git.command.notes.GitNotesRemoveBuilder
- com.atlassian.bitbucket.scm.git.command.notes.GitNotesShowBuilder
- com.atlassian.bitbucket.scm.git.command.packobjects.GitPackObjectsBuilder
- com.atlassian.bitbucket.scm.git.command.push.GitPushBuilder
- com.atlassian.bitbucket.scm.git.command.remote.GitRemoteAddBuilder
- com.atlassian.bitbucket.scm.git.command.remote.GitRemoteRmBuilder
- com.atlassian.bitbucket.scm.git.command.remote.GitRemoteSetUrlBuilder
- com.atlassian.bitbucket.scm.git.command.reset.GitResetBuilder
- com.atlassian.bitbucket.scm.git.command.revlist.GitRevCoreBuilder<B>
- com.atlassian.bitbucket.scm.git.command.log.GitLogBuilder
- com.atlassian.bitbucket.scm.git.command.revlist.GitRevListBuilder
- com.atlassian.bitbucket.scm.git.command.rm.GitRmBuilder
- com.atlassian.bitbucket.scm.git.command.status.GitStatusBuilder
- com.atlassian.bitbucket.scm.git.command.tag.GitTagCreateBuilder
- com.atlassian.bitbucket.scm.git.command.tag.GitTagDeleteBuilder
- com.atlassian.bitbucket.scm.git.command.GitTypedCommandBuilder<B> (also extends com.atlassian.bitbucket.scm.ScmCommandBuilder<B>)
- com.atlassian.bitbucket.scm.git.command.GitScmCommandBuilder
- com.atlassian.bitbucket.scm.git.command.GitWorkTreeCommandBuilder
- com.atlassian.bitbucket.scm.git.command.updateref.GitUpdateRefBuilderSupport<B>
- com.atlassian.bitbucket.scm.git.command.updateref.GitUpdateRefDeleteBuilder
- com.atlassian.bitbucket.scm.git.command.updateref.GitUpdateRefSetBuilder
- com.atlassian.bitbucket.scm.git.command.config.TypedGitConfigBuilder<T>
- com.atlassian.bitbucket.scm.git.command.config.GitConfigGetAllBuilder
- com.atlassian.bitbucket.scm.git.command.config.GitConfigGetBuilder
- com.atlassian.bitbucket.scm.git.command.config.GitConfigSetBuilder
- com.atlassian.bitbucket.scm.CommandBuilder<B>
- com.atlassian.bitbucket.scm.git.ref.GitAnnotatedTagCallback
- com.atlassian.bitbucket.scm.git.auth.GitAuthHelper
- com.atlassian.bitbucket.scm.git.command.blame.GitBlame
- com.atlassian.bitbucket.scm.git.command.branch.GitBranch
- com.atlassian.bitbucket.scm.git.command.catfile.GitCatFile
- com.atlassian.bitbucket.scm.git.command.checkrefformat.GitCheckRefFormat
- com.atlassian.bitbucket.scm.git.command.config.GitConfig
- com.atlassian.bitbucket.scm.git.command.merge.GitMerge
- com.atlassian.bitbucket.scm.git.command.merge.GitMergeBase
- com.atlassian.bitbucket.scm.git.command.merge.conflict.GitMergeConflict
- com.atlassian.bitbucket.scm.git.command.merge.conflict.GitMergeConflictVisitor
- com.atlassian.bitbucket.scm.git.command.notes.GitNotes
- com.atlassian.bitbucket.scm.git.pull.GitPullRequestService
- com.atlassian.bitbucket.scm.git.command.remote.GitRemote
- com.atlassian.bitbucket.scm.git.command.tag.GitTag
- com.atlassian.bitbucket.scm.git.command.updateref.GitUpdateRef
- com.atlassian.bitbucket.scm.git.GitWorkTreeBuilder
- com.atlassian.bitbucket.scm.git.GitWorkTreeBuilderFactory
- com.atlassian.bitbucket.scm.git.worktree.GitWorkTreeCallback<T>
- com.atlassian.bitbucket.scm.git.worktree.GitWorkTreeRepositoryHookInvoker
- com.atlassian.bitbucket.scm.http.HttpScmRequestHandler
- com.atlassian.bitbucket.scm.git.protocol.http.GitHttpScmRequestHandler
- com.atlassian.bitbucket.repository.MinimalRef
- com.atlassian.bitbucket.repository.Ref
- com.atlassian.bitbucket.repository.Tag
- com.atlassian.bitbucket.scm.git.ref.GitAnnotatedTag
- com.atlassian.bitbucket.repository.Tag
- com.atlassian.bitbucket.repository.Ref
- com.atlassian.bitbucket.scm.bulk.PluginBulkContentCommandFactory
- com.atlassian.bitbucket.scm.git.command.GitBulkContentCommandFactory
- com.atlassian.bitbucket.scm.PluginCommandBuilderFactory
- com.atlassian.bitbucket.scm.git.command.GitCommandBuilderFactory
- com.atlassian.bitbucket.scm.PluginCommandFactory
- com.atlassian.bitbucket.scm.git.command.GitCommandFactory
- com.atlassian.bitbucket.scm.compare.PluginCompareCommandFactory
- com.atlassian.bitbucket.scm.git.command.GitCompareCommandFactory
- com.atlassian.bitbucket.scm.PluginExtendedCommandFactory
- com.atlassian.bitbucket.scm.git.command.GitExtendedCommandFactory
- com.atlassian.bitbucket.scm.integrity.PluginIntegrityCheckCommandFactory
- com.atlassian.bitbucket.scm.git.GitIntegrityCheckCommandFactory
- com.atlassian.bitbucket.scm.mirror.PluginMirrorCommandFactory
- com.atlassian.bitbucket.scm.git.command.GitMirrorCommandFactory
- com.atlassian.bitbucket.scm.pull.PluginPullRequestCommandFactory
- com.atlassian.bitbucket.scm.git.command.GitPullRequestCommandFactory
- com.atlassian.bitbucket.scm.ref.PluginRefCommandFactory
- com.atlassian.bitbucket.scm.git.command.GitRefCommandFactory
- com.atlassian.bitbucket.scm.git.pull.PullRequestRebaseability
- com.atlassian.bitbucket.hook.repository.RepositoryHookRequest
- com.atlassian.bitbucket.scm.git.hook.GitRebaseHookRequest
- com.atlassian.bitbucket.hook.repository.RepositoryHookVeto
- com.atlassian.bitbucket.scm.git.pull.PullRequestRebaseVeto
- com.atlassian.bitbucket.scm.Scm
- com.atlassian.bitbucket.scm.git.GitScm
- com.atlassian.bitbucket.scm.ssh.SshScmRequestHandler
- com.atlassian.bitbucket.scm.git.protocol.ssh.GitSshScmRequestHandler
Enum Class Hierarchy
- java.lang.Object
- java.lang.Enum<E> (implements java.lang.Comparable<T>, java.lang.constant.Constable, java.io.Serializable)
- com.atlassian.bitbucket.scm.git.command.archive.GitArchiveFormat
- com.atlassian.bitbucket.scm.git.command.diff.GitChangeType
- com.atlassian.bitbucket.scm.git.worktree.GitCheckoutType
- com.atlassian.bitbucket.scm.git.command.commit.GitCommitVerify
- com.atlassian.bitbucket.scm.git.command.config.GitConfigType
- com.atlassian.bitbucket.scm.git.command.diff.GitDiffColor
- com.atlassian.bitbucket.scm.git.command.diff.GitDiffHeader
- com.atlassian.bitbucket.scm.git.command.diff.GitDiffHeaderType
- com.atlassian.bitbucket.scm.git.command.diff.GitDiffOutput
- com.atlassian.bitbucket.scm.git.command.diff.GitDiffRenames
- com.atlassian.bitbucket.scm.git.command.diff.GitDiffSegmentType
- com.atlassian.bitbucket.scm.git.command.diff.GitDiffTarget
- com.atlassian.bitbucket.scm.git.command.diff.GitDiffWhitespace
- com.atlassian.bitbucket.scm.git.GitFeature (implements com.atlassian.bitbucket.server.Feature)
- com.atlassian.bitbucket.scm.git.command.fetch.GitFetchTagMode
- com.atlassian.bitbucket.scm.git.command.merge.conflict.GitMergeConflictType
- com.atlassian.bitbucket.scm.git.command.merge.GitMergeFastForward
- com.atlassian.bitbucket.scm.git.command.merge.GitMergeVerify
- com.atlassian.bitbucket.scm.git.GitObjectType
- com.atlassian.bitbucket.scm.git.GitRefPattern
- com.atlassian.bitbucket.scm.git.hook.GitRepositoryHookTrigger (implements com.atlassian.bitbucket.hook.repository.RepositoryHookTrigger)
- com.atlassian.bitbucket.scm.git.command.revlist.GitRevListMerges
- com.atlassian.bitbucket.scm.git.command.revlist.GitRevListOrder
- com.atlassian.bitbucket.scm.git.command.revlist.GitRevListWalk
- com.atlassian.bitbucket.scm.git.command.tag.GitTagType
- java.lang.Enum<E> (implements java.lang.Comparable<T>, java.lang.constant.Constable, java.io.Serializable)