Class DivergentDirectoryRenameGitMergeConflict
java.lang.Object
com.atlassian.bitbucket.scm.git.command.merge.conflict.AbstractGitMergeConflict
com.atlassian.bitbucket.scm.git.command.merge.conflict.AbstractPathGitMergeConflict
com.atlassian.bitbucket.scm.git.command.merge.conflict.DivergentDirectoryRenameGitMergeConflict
- All Implemented Interfaces:
GitMergeConflict
Indicates a directory rename failed because a single
directory was renamed to multiple target
directories and git merge could not decide where to move a file.- Since:
- 6.3
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionDivergentDirectoryRenameGitMergeConflict(String message, String path, String srcPath) -
Method Summary
Methods inherited from class com.atlassian.bitbucket.scm.git.command.merge.conflict.AbstractPathGitMergeConflict
getPathMethods inherited from class com.atlassian.bitbucket.scm.git.command.merge.conflict.AbstractGitMergeConflict
getMessage, getOurChange, getTheirChange, getType
-
Constructor Details
-
DivergentDirectoryRenameGitMergeConflict
-
-
Method Details
-
accept
-
getSrcPath
- Returns:
- a file which could not be moved because the containing directory was renamed to multiple directories,
so
git mergecould not choose a destination
-