| Package | Description |
|---|---|
| com.myyearbook.hudson.plugins.confluence.wiki.editors |
| Modifier and Type | Method and Description |
|---|---|
String |
BeforeTokenEditor.performEdits(TaskListener listener,
String content,
String generated,
boolean isNewFormat) |
String |
AfterTokenEditor.performEdits(TaskListener listener,
String content,
String generated,
boolean isNewFormat) |
String |
BetweenTokensEditor.performEdits(TaskListener listener,
String content,
String generated,
boolean isNewFormat)
Inserts the generated content in the section between the
BetweenTokensEditor.startMarkerToken and
BetweenTokensEditor.endMarkerToken. |
protected abstract String |
MarkupEditor.performEdits(TaskListener listener,
String content,
String generated,
boolean isNewFormat)
Modify the page markup with the given generated content.
|
String |
MarkupEditor.performReplacement(Run<?,?> build,
FilePath filePath,
TaskListener listener,
String content,
boolean isNewFormat,
List<com.atlassian.confluence.api.model.content.Content> remoteAttachments)
Perform modifications to the page content.
|
Copyright © 2016–2021 MeetMe, Inc.. All rights reserved.