Uses of Class
com.atlassian.confluence.it.content.EditContentBean

Packages that use EditContentBean
com.atlassian.confluence   
com.atlassian.confluence.it.content   
 

Uses of EditContentBean in com.atlassian.confluence
 

Methods in com.atlassian.confluence that return EditContentBean
 EditContentBean AbstractConfluenceAcceptanceTest.editPage(String spaceKey, String pageTitle)
           
 

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

Methods in com.atlassian.confluence.it.content that return EditContentBean
 EditContentBean ViewContentBean.addComment()
           
static EditContentBean EditContentBean.addComment(net.sourceforge.jwebunit.junit.WebTester webTester)
           
 EditContentBean ContentInfoBean.copy()
          Clicks the 'copy' link on the Info page and returns an EditContentBean (representing the new page).
 EditContentBean ViewContentBean.createBlogPost()
           
static EditContentBean EditContentBean.createBlogPost(net.sourceforge.jwebunit.junit.WebTester webTester)
          Returns a blog post creation bean from the current location of the web tester, by clicking on the 'Add News' link on the page.
static EditContentBean EditContentBean.createBlogPost(net.sourceforge.jwebunit.junit.WebTester webTester, String spaceKey)
          Returns a blog post creation bean by going to the dashboard, clicking on the space name, then on the space home page, clicking on the 'Add News' link on the page.
static EditContentBean EditContentBean.createChildPage(net.sourceforge.jwebunit.junit.WebTester webTester, String spaceKey, String parentPageTitle)
          Returns a page creation bean by going directly to the URL of a page, then clicking on the 'Add Page' link on the page.
 EditContentBean ViewContentBean.createPage()
           
static EditContentBean EditContentBean.createPage(net.sourceforge.jwebunit.junit.WebTester webTester)
          Returns a page creation bean from the current location of the web tester, by clicking on the 'Add Page' link on the page.
static EditContentBean EditContentBean.createPage(net.sourceforge.jwebunit.junit.WebTester webTester, Space space)
          Returns a page creation bean by going to the dashboard, clicking on the space name, then on the space home page, clicking on the 'Add Page' link on the page.
static EditContentBean EditContentBean.createPage(net.sourceforge.jwebunit.junit.WebTester webTester, String spaceKey)
          Returns a page creation bean by going to the dashboard, clicking on the space name, then on the space home page, clicking on the 'Add Page' link on the page.
 EditContentBean ViewContentBean.edit()
           
 EditContentBean CommentBean.edit()
           
 EditContentBean ViewContentBean.editBlogPost()
           
static EditContentBean EditContentBean.editBlogPost(net.sourceforge.jwebunit.junit.WebTester webTester)
           
static EditContentBean EditContentBean.editBlogPost(net.sourceforge.jwebunit.junit.WebTester webTester, BlogPost blogPost)
           
static EditContentBean EditContentBean.editBlogPost(net.sourceforge.jwebunit.junit.WebTester webTester, long blogPostId)
           
 EditContentBean ViewContentBean.editComment(String commentId)
           
static EditContentBean EditContentBean.editComment(net.sourceforge.jwebunit.junit.WebTester webTester, String commentId)
           
static EditContentBean EditContentBean.editPage(net.sourceforge.jwebunit.junit.WebTester webTester)
          Returns a page edit bean from the current location of the web tester, by clicking on the 'Edit' link on the page.
static EditContentBean EditContentBean.editPage(net.sourceforge.jwebunit.junit.WebTester webTester, Page page)
           
static EditContentBean EditContentBean.editPage(net.sourceforge.jwebunit.junit.WebTester webTester, String spaceKey, String pageTitle)
          Returns a page edit bean of the passed space and page title, by going direct to a consrtructed URL.
 EditContentBean ViewContentBean.replyToComment(String commentId)
           
static EditContentBean EditContentBean.replyToComment(net.sourceforge.jwebunit.junit.WebTester webTester, String commentId)
           
static EditContentBean EditContentBean.resumeDraft(net.sourceforge.jwebunit.junit.WebTester webTester, long draftId)
           
 EditContentBean EditContentBean.setContent(String content)
           
 



Copyright © 2003-2012 Atlassian. All Rights Reserved.