Uses of Class
com.atlassian.bitbucket.scm.git.command.merge.GitMergeStrategyException
Packages that use GitMergeStrategyException
-
Uses of GitMergeStrategyException in com.atlassian.bitbucket.scm.git.command.merge
Subclasses of GitMergeStrategyException 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 while rebasing the source branch onto target branch before merging.classAn exception that is thrown when merge is attempted with unsupported merge strategy.