Class ConvergentDirectoryRenameGitMergeConflict
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.ConvergentDirectoryRenameGitMergeConflict
- All Implemented Interfaces:
GitMergeConflict
Indicates an implicit directory rename failed because multiple directories which each contained a subset of the
same files were renamed to the same target directory.
This is one of two possible triggers for GitMergeConflictType.IMPLICIT_DIRECTORY_RENAME; the other is
ImplicitDirectoryRenameGitMergeConflict.
- Since:
- 6.3
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionConvergentDirectoryRenameGitMergeConflict(String message, String path, List<String> srcPaths) -
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
-
ConvergentDirectoryRenameGitMergeConflict
-
-
Method Details
-
accept
-
getSrcPaths
- Returns:
- a list containing 1 or more source paths which
git mergeattempted to rename to the same targetpath
-