| Package | Description |
|---|---|
| com.myyearbook.hudson.plugins.confluence | |
| com.myyearbook.hudson.plugins.confluence.wiki.editors |
| Modifier and Type | Method and Description |
|---|---|
List<MarkupEditor> |
ConfluencePublisher.getEditorList() |
List<Descriptor<MarkupEditor>> |
ConfluencePublisher.DescriptorImpl.getEditors() |
| Modifier and Type | Method and Description |
|---|---|
void |
ConfluencePublisher.setEditorList(List<MarkupEditor> editorList) |
| Constructor and Description |
|---|
ConfluencePublisher(String siteName,
boolean buildIfUnstable,
String spaceName,
String pageName,
String labels,
boolean attachArchivedArtifacts,
String fileSet,
List<MarkupEditor> editorList,
boolean replaceAttachments,
long parentId)
Deprecated.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AfterTokenEditor
Represents a token-based Wiki markup editor that inserts the new content immediately following
the replacement marker token.
|
class |
AppendEditor
Represents a simple Wiki markup editor that appends the content to the end of the page.
|
class |
BeforeTokenEditor
Represents a token-based Wiki markup editor that inserts the new content immediately before the
replacement marker token.
|
class |
BetweenTokensEditor
Represents a token-based Wiki markup editor that inserts the new content between two (start/end)
replacement marker tokens.
|
class |
EntirePageEditor
Represents a simple Wiki markup editor that replaces the entire page content with the
newly-generated content.
|
class |
PrependEditor
Represents a simple Wiki markup editor that prepends the content to the beginning of the page.
|
| Modifier and Type | Method and Description |
|---|---|
static DescriptorExtensionList<MarkupEditor,Descriptor<MarkupEditor>> |
MarkupEditor.all()
Returns list descriptors for all MarkupEditor implementations.
|
static DescriptorExtensionList<MarkupEditor,Descriptor<MarkupEditor>> |
MarkupEditor.all()
Returns list descriptors for all MarkupEditor implementations.
|
Descriptor<MarkupEditor> |
MarkupEditor.getDescriptor()
Returns the descriptor for this class
|
Copyright © 2016–2021 MeetMe, Inc.. All rights reserved.