Uses of Class
com.atlassian.confluence.it.BlogPost

Packages that use BlogPost
com.atlassian.confluence   
com.atlassian.confluence.it   
com.atlassian.confluence.it.content   
com.atlassian.confluence.it.rpc   
com.atlassian.confluence.selenium   
com.atlassian.confluence.selenium.client   
 

Uses of BlogPost in com.atlassian.confluence
 

Fields in com.atlassian.confluence declared as BlogPost
 BlogPost AbstractConfluenceAcceptanceTest.TEST_BLOG
           
 

Uses of BlogPost in com.atlassian.confluence.it
 

Constructors in com.atlassian.confluence.it with parameters of type BlogPost
BlogPost(BlogPost blogPost)
           
Comment(BlogPost blogPost, String content)
           
 

Uses of BlogPost in com.atlassian.confluence.it.content
 

Methods in com.atlassian.confluence.it.content with parameters of type BlogPost
static EditContentBean EditContentBean.editBlogPost(net.sourceforge.jwebunit.junit.WebTester webTester, BlogPost blogPost)
           
static ViewContentBean ViewContentBean.viewBlogPost(net.sourceforge.jwebunit.junit.WebTester webTester, BlogPost blogPost)
          The blog post is assumed to be today.
static ViewContentBean ViewContentBean.viewBlogPostRespectingDate(net.sourceforge.jwebunit.junit.WebTester webTester, BlogPost blogPost)
          When viewing the blog actually respect the date set on the blog.
 

Uses of BlogPost in com.atlassian.confluence.it.rpc
 

Methods in com.atlassian.confluence.it.rpc that return BlogPost
 BlogPost ConfluenceRpc.getBlogPost(long pageId)
          Returns the blog post with the specified page ID.
 

Methods in com.atlassian.confluence.it.rpc with parameters of type BlogPost
 void ConfluenceRpc.addLabel(String label, BlogPost blogPost)
           
 long ConfluenceRpc.createBlogPost(BlogPost blogPost)
           
 long ConfluenceRpc.saveBlogPost(BlogPost blogPost)
           
 

Uses of BlogPost in com.atlassian.confluence.selenium
 

Fields in com.atlassian.confluence.selenium declared as BlogPost
protected  BlogPost AbstractSeleniumTest.testBlogPost
           
 

Uses of BlogPost in com.atlassian.confluence.selenium.client
 

Methods in com.atlassian.confluence.selenium.client with parameters of type BlogPost
 void ConfluenceSeleniumAssertions.assertLinkInserted(String linkText, BlogPost blog)
           
 void ToolsMenu.ensureLinkLinksTo(BlogPost content)
           
 PageView Confluence.logIn(User user, BlogPost destination)
           
 TinyMce Editor.logInAndAddComment(User user, BlogPost blogpost)
           
 void Editor.triggerDraftAndCheckUserDrafts(BlogPost blogpost)
           
 



Copyright © 2003-2011 Atlassian. All Rights Reserved.