public class SimpleMergeResult extends Object implements MergeResult
| Modifier and Type | Field and Description | 
|---|---|
| static MergeResult | FAIL_MERGE_RESULT | 
| Constructor and Description | 
|---|
| SimpleMergeResult(boolean conflicts,
                 String mergedContent) | 
| Modifier and Type | Method and Description | 
|---|---|
| String | getMergedContent()Returns the result of the merge. | 
| boolean | hasConflicts()True if the merge failed. | 
public static final MergeResult FAIL_MERGE_RESULT
public SimpleMergeResult(boolean conflicts,
                         String mergedContent)
public String getMergedContent()
MergeResultgetMergedContent in interface MergeResultpublic boolean hasConflicts()
MergeResulthasConflicts in interface MergeResultCopyright © 2003–2017 Atlassian. All rights reserved.