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

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

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, java.lang.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, java.lang.String spaceKey, java.lang.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, java.lang.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 ViewContentBean.editBlogPost()
           
static EditContentBean EditContentBean.editBlogPost(net.sourceforge.jwebunit.junit.WebTester webTester)
           
 EditContentBean ViewContentBean.editComment(java.lang.String commentId)
           
static EditContentBean EditContentBean.editComment(net.sourceforge.jwebunit.junit.WebTester webTester, java.lang.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, java.lang.String spaceKey, java.lang.String pageTitle)
          Returns a page edit bean of the passed space and page title, by going direct to a consrtructed URL.
 EditContentBean ViewContentBean.replyToComment(java.lang.String commentId)
           
static EditContentBean EditContentBean.replyToComment(net.sourceforge.jwebunit.junit.WebTester webTester, java.lang.String commentId)
           
 



Copyright © 2003-2008 Atlassian Pty Ltd. All Rights Reserved.