Uses of Class
com.atlassian.bitbucket.scm.git.command.merge.GitMergeException
Packages that use GitMergeException
-
Uses of GitMergeException in com.atlassian.bitbucket.scm.git.command.merge
Subclasses of GitMergeException 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.classAn exception that is thrown when the merge fails due to some error related to chosen merge strategy.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.