| Package | Description |
|---|---|
| com.atlassian.confluence.pages | |
| com.atlassian.confluence.plugins.merge | |
| com.atlassian.confluence.util.diffs |
| Modifier and Type | Method and Description |
|---|---|
MergeResult |
DefaultDraftManager.mergeContent(Draft draft)
Merges the draft with the original version compared to the latest version of the page.
|
MergeResult |
DraftManager.mergeContent(Draft draft)
Attempts the merge the changes done by this draft with the latest version of the content.
|
| Modifier and Type | Method and Description |
|---|---|
MergeResult |
TDMMerger.mergeContent(String base,
String left,
String right) |
MergeResult |
TDMMerger.mergeContent(String base,
String left,
String right,
long timeout,
@NonNull TimeUnit unit) |
| Modifier and Type | Class and Description |
|---|---|
class |
SimpleMergeResult |
| Modifier and Type | Field and Description |
|---|---|
static MergeResult |
SimpleMergeResult.FAIL_MERGE_RESULT |
| Modifier and Type | Method and Description |
|---|---|
MergeResult |
Merger.mergeContent(String base,
String left,
String right)
Merge the content provided.
|
MergeResult |
PageLayoutAwareMerger.mergeContent(String base,
String left,
String right) |
Copyright © 2003–2022 Atlassian. All rights reserved.