Uses of Class
com.atlassian.bitbucket.scm.git.GitException
Packages that use GitException
Package
Description
-
Uses of GitException in com.atlassian.bitbucket.scm.git
Subclasses of GitException in com.atlassian.bitbucket.scm.gitModifier and TypeClassDescriptionclassException thrown to indicate the bare clone backing a repository has a detached HEAD, which is an unsupported configuration.classThrown when thegitbinary is not installed on the system.classThrown when a repository operation fails because the layout of the repository on disk does not follow the expected format.class -
Uses of GitException in com.atlassian.bitbucket.scm.git.command
Subclasses of GitException in com.atlassian.bitbucket.scm.git.commandModifier and TypeClassDescriptionclassThrown byCommand.call()orAsyncCommand.start()when the command that was built withGitScmCommandBuilderis not supported. -
Uses of GitException in com.atlassian.bitbucket.scm.git.command.branch
Subclasses of GitException in com.atlassian.bitbucket.scm.git.command.branchModifier and TypeClassDescriptionclassThrown when an operation cannot be completed because the related branch is not fully merged. -
Uses of GitException in com.atlassian.bitbucket.scm.git.command.fetch
Subclasses of GitException in com.atlassian.bitbucket.scm.git.command.fetchModifier and TypeClassDescriptionclassclassclass -
Uses of GitException in com.atlassian.bitbucket.scm.git.command.merge
Subclasses of GitException in com.atlassian.bitbucket.scm.git.command.mergeModifier and TypeClassDescriptionclassAn exception that is thrown when the merge could not be completed because the target branch includes identical changes and the rebase discarded all the incoming commits.classAn exception that is thrown when the merge could not be completed because the target branch includes identical changes and the squashed commit would be empty.classclassAn exception that is thrown when the merge fails due to some error related to chosen merge strategy.classError thrown when two or more refs have no common ancestor.classclassAn exception that is thrown while rebasing the source branch onto target branch before merging.classAn exception that is thrown when merge is attempted with unsupported merge strategy. -
Uses of GitException in com.atlassian.bitbucket.scm.git.command.push
Subclasses of GitException in com.atlassian.bitbucket.scm.git.command.pushModifier and TypeClassDescriptionclassIndicates a non-forced push to a ref failed because it was not fast-forward. -
Uses of GitException in com.atlassian.bitbucket.scm.git.command.rebase
Subclasses of GitException in com.atlassian.bitbucket.scm.git.command.rebase -
Uses of GitException in com.atlassian.bitbucket.scm.git.command.revert
Subclasses of GitException in com.atlassian.bitbucket.scm.git.command.revertModifier and TypeClassDescriptionclassAn exception thrown when reverting the commit fails e.g. -
Uses of GitException in com.atlassian.bitbucket.scm.git.worktree
Subclasses of GitException in com.atlassian.bitbucket.scm.git.worktree