Uses of Class
org.codehaus.swizzle.confluence.BlogEntry

Uses of BlogEntry in org.codehaus.swizzle.confluence
 

Methods in org.codehaus.swizzle.confluence that return BlogEntry
 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.
 

Methods in org.codehaus.swizzle.confluence with parameters of type BlogEntry
 BlogEntry Confluence.storeBlogEntry(BlogEntry entry)
          add or update a blog entry.
 



Copyright © 2012 The Codehaus Foundation. All Rights Reserved.