Class ContentInfoBean
- java.lang.Object
-
- com.atlassian.confluence.it.content.ContentInfoBean
-
public class ContentInfoBean extends Object
Represents a View Information page for a Page or BlogPost.
-
-
Field Summary
Fields Modifier and Type Field Description static String
VIEW_CONTENT_INFO_LINK_ID
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
canRemovePagePermission()
void
clickCopy()
Clicks the 'copy' link on the Info page.EditContentBean
copy()
Clicks the 'copy' link on the Info page and returns anEditContentBean
(representing the new page).void
exportAsWord()
static ContentInfoBean
viewInfo()
Factory method to return a ContentInfoBean from the current location of the web tester, by clicking on the 'Info' link on the page.static ContentInfoBean
viewInfo(Page page)
static ContentInfoBean
viewInfo(Page page, net.sourceforge.jwebunit.junit.WebTester tester)
static ContentInfoBean
viewInfo(net.sourceforge.jwebunit.junit.WebTester tester)
ViewContentHistoryBean
viewPageHistory()
ViewContentHistoryBean
viewRecentChanges()
-
-
-
Field Detail
-
VIEW_CONTENT_INFO_LINK_ID
public static final String VIEW_CONTENT_INFO_LINK_ID
- See Also:
- Constant Field Values
-
-
Method Detail
-
viewInfo
public static ContentInfoBean viewInfo()
Factory method to return a ContentInfoBean from the current location of the web tester, by clicking on the 'Info' link on the page.
-
viewInfo
public static ContentInfoBean viewInfo(net.sourceforge.jwebunit.junit.WebTester tester)
-
viewInfo
public static ContentInfoBean viewInfo(Page page)
-
viewInfo
public static ContentInfoBean viewInfo(Page page, net.sourceforge.jwebunit.junit.WebTester tester)
-
viewRecentChanges
public ViewContentHistoryBean viewRecentChanges()
-
viewPageHistory
public ViewContentHistoryBean viewPageHistory()
-
exportAsWord
public void exportAsWord()
-
clickCopy
public void clickCopy()
Clicks the 'copy' link on the Info page.
-
copy
public EditContentBean copy()
Clicks the 'copy' link on the Info page and returns anEditContentBean
(representing the new page).
-
canRemovePagePermission
public boolean canRemovePagePermission()
-
-