Class ImplicitDirectoryRenameGitMergeConflict
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.ImplicitDirectoryRenameGitMergeConflict
- All Implemented Interfaces:
GitMergeConflict
Indicates an implicit directory rename failed because an existing directory or file prevented
git merge
from moving one or more files to the renamed directory.
This is one of two possible triggers for GitMergeConflictType.IMPLICIT_DIRECTORY_RENAME; the other is
ConvergentDirectoryRenameGitMergeConflict.
- Since:
- 6.3
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionImplicitDirectoryRenameGitMergeConflict(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
-
ImplicitDirectoryRenameGitMergeConflict
-
-
Method Details
-
accept
-
getSrcPaths
- Returns:
- a list containing 1 or more source paths which
git mergecould not rename due to an existingdirectory or file
-