public class DivergentDirectoryRenameGitMergeConflict extends AbstractPathGitMergeConflict
directory was renamed to multiple target
 directories and git merge could not decide where to move a file.GitMergeConflictType.SPLIT_DIRECTORY_RENAME| Constructor and Description | 
|---|
| DivergentDirectoryRenameGitMergeConflict(String message,
                                        String path,
                                        String srcPath) | 
| Modifier and Type | Method and Description | 
|---|---|
| void | accept(GitMergeConflictVisitor visitor) | 
| String | getSrcPath() | 
getPathgetMessage, getOurChange, getTheirChange, getTypepublic void accept(@Nonnull GitMergeConflictVisitor visitor)
Copyright © 2019 Atlassian. All rights reserved.