Package | Description |
---|---|
org.codehaus.swizzle.confluence |
Modifier and Type | Method and Description |
---|---|
BlogEntry |
Confluence.getBlogEntry(String pageId)
returns a single BlogEntry.
|
BlogEntry |
Confluence.getBlogEntryByDayAndTitle(String spaceKey,
int dayOfMonth,
String postTitle)
Retrieves a blog post in the Space with the given spaceKey, with the title 'postTitle' and posted on the day 'dayOfMonth'.
|
BlogEntry |
Confluence.storeBlogEntry(BlogEntry entry)
add or update a blog entry.
|
Modifier and Type | Method and Description |
---|---|
BlogEntry |
Confluence.storeBlogEntry(BlogEntry entry)
add or update a blog entry.
|
Copyright © 2018 The Codehaus Foundation. All rights reserved.