public interface GitMergeConflict
Modifier and Type | Method and Description |
---|---|
void |
accept(GitMergeConflictVisitor visitor) |
String |
getMessage() |
com.atlassian.bitbucket.content.ChangeType |
getOurChange() |
com.atlassian.bitbucket.content.ChangeType |
getTheirChange() |
GitMergeConflictType |
getType() |
void accept(@Nonnull GitMergeConflictVisitor visitor)
@Nonnull com.atlassian.bitbucket.content.ChangeType getOurChange()
@Nonnull com.atlassian.bitbucket.content.ChangeType getTheirChange()
@Nonnull GitMergeConflictType getType()
Copyright © 2019 Atlassian. All rights reserved.