Serialized Form
-
Package com.atlassian.bitbucket.scm.git
-
Exception com.atlassian.bitbucket.scm.git.GitDetachedHeadException
class GitDetachedHeadException extends GitException implements Serializable-
Serialized Fields
-
commitId
String commitId
-
-
-
Exception com.atlassian.bitbucket.scm.git.GitException
class GitException extends com.atlassian.bitbucket.ServiceException implements Serializable -
Exception com.atlassian.bitbucket.scm.git.GitNotFoundException
class GitNotFoundException extends GitException implements Serializable -
Exception com.atlassian.bitbucket.scm.git.GitRepositoryLayoutException
class GitRepositoryLayoutException extends GitException implements Serializable-
Serialized Fields
-
path
File path
-
-
-
Exception com.atlassian.bitbucket.scm.git.GitUnsupportedVersionException
class GitUnsupportedVersionException extends GitException implements Serializable-
Serialized Fields
-
version
com.atlassian.bitbucket.util.Version version
-
-
-
-
Package com.atlassian.bitbucket.scm.git.command
-
Exception com.atlassian.bitbucket.scm.git.command.GitUnsupportedCommandException
class GitUnsupportedCommandException extends GitException implements Serializable
-
-
Package com.atlassian.bitbucket.scm.git.command.branch
-
Exception com.atlassian.bitbucket.scm.git.command.branch.GitBranchNotMergedException
class GitBranchNotMergedException extends GitException implements Serializable
-
-
Package com.atlassian.bitbucket.scm.git.command.fetch
-
Exception com.atlassian.bitbucket.scm.git.command.fetch.GitFetchAuthenticationException
class GitFetchAuthenticationException extends GitFetchException implements Serializable-
Serialized Fields
-
remoteUrl
String remoteUrl
-
-
-
Exception com.atlassian.bitbucket.scm.git.command.fetch.GitFetchAuthorisationException
class GitFetchAuthorisationException extends GitFetchException implements Serializable -
Exception com.atlassian.bitbucket.scm.git.command.fetch.GitFetchException
class GitFetchException extends GitException implements Serializable
-
-
Package com.atlassian.bitbucket.scm.git.command.merge
-
Exception com.atlassian.bitbucket.scm.git.command.merge.GitEmptyRebaseBeforeMergeException
class GitEmptyRebaseBeforeMergeException extends GitMergeStrategyException implements Serializable -
Exception com.atlassian.bitbucket.scm.git.command.merge.GitEmptySquashException
class GitEmptySquashException extends GitMergeStrategyException implements Serializable -
Exception com.atlassian.bitbucket.scm.git.command.merge.GitMergeException
class GitMergeException extends GitException implements Serializable-
Serialized Fields
-
conflicts
List<GitMergeConflict> conflicts
-
-
-
Exception com.atlassian.bitbucket.scm.git.command.merge.GitMergeStrategyException
class GitMergeStrategyException extends GitMergeException implements Serializable -
Exception com.atlassian.bitbucket.scm.git.command.merge.GitNoCommonAncestorException
class GitNoCommonAncestorException extends GitException implements Serializable -
Exception com.atlassian.bitbucket.scm.git.command.merge.GitNonFastForwardMergeRejectedException
class GitNonFastForwardMergeRejectedException extends GitMergeStrategyException implements Serializable -
Exception com.atlassian.bitbucket.scm.git.command.merge.GitRebaseBeforeMergeConflictedException
class GitRebaseBeforeMergeConflictedException extends GitMergeStrategyException implements Serializable -
Exception com.atlassian.bitbucket.scm.git.command.merge.GitUnsupportedMergeStrategyException
class GitUnsupportedMergeStrategyException extends GitMergeStrategyException implements Serializable
-
-
Package com.atlassian.bitbucket.scm.git.command.push
-
Exception com.atlassian.bitbucket.scm.git.command.push.GitNonFastForwardUpdateRejectedException
class GitNonFastForwardUpdateRejectedException extends GitException implements Serializable-
Serialized Fields
-
rejectedRef
String rejectedRef
-
-
-
-
Package com.atlassian.bitbucket.scm.git.command.rebase
-
Exception com.atlassian.bitbucket.scm.git.command.rebase.GitRebaseException
class GitRebaseException extends GitException implements Serializable -
Exception com.atlassian.bitbucket.scm.git.command.rebase.GitRebaseWorkflowsDisabledException
class GitRebaseWorkflowsDisabledException extends com.atlassian.bitbucket.FeatureDisabledException implements Serializable
-
-
Package com.atlassian.bitbucket.scm.git.command.revert
-
Exception com.atlassian.bitbucket.scm.git.command.revert.GitRevertException
class GitRevertException extends GitException implements Serializable
-
-
Package com.atlassian.bitbucket.scm.git.event
-
Class com.atlassian.bitbucket.scm.git.event.GitPullRequestRefsChangedEvent
class GitPullRequestRefsChangedEvent extends com.atlassian.bitbucket.event.ApplicationEvent implements Serializable-
Serialized Fields
-
fromRefChange
com.atlassian.bitbucket.repository.RefChange fromRefChange
-
mergeRefChange
com.atlassian.bitbucket.repository.RefChange mergeRefChange
-
pullRequestId
long pullRequestId
-
repository
com.atlassian.bitbucket.repository.Repository repository
-
-
-
-
Package com.atlassian.bitbucket.scm.git.pull
-
Class com.atlassian.bitbucket.scm.git.pull.GitPullRequestRebasedEvent
class GitPullRequestRebasedEvent extends com.atlassian.bitbucket.event.repository.AbstractRepositoryRefsChangedEvent implements Serializable-
Serialized Fields
-
pullRequest
com.atlassian.bitbucket.pull.PullRequest pullRequest
-
refChange
com.atlassian.bitbucket.repository.RefChange refChange
-
-
-
-
Package com.atlassian.bitbucket.scm.git.worktree
-
Exception com.atlassian.bitbucket.scm.git.worktree.GitWorkTreeException
class GitWorkTreeException extends GitException implements Serializable
-