com.atlassian.confluence.pageobjects.page.content
Class ViewPageHistory

java.lang.Object
  extended by com.atlassian.confluence.pageobjects.page.ConfluenceAbstractPage
      extended by com.atlassian.confluence.pageobjects.page.content.AbstractViewPage
          extended by com.atlassian.confluence.pageobjects.page.content.ViewPageHistory
All Implemented Interfaces:
com.atlassian.pageobjects.Page

public class ViewPageHistory
extends AbstractViewPage


Field Summary
static String PAGE_ID_META_IDENTIFIER
           
static String SPACE_KEY_META_IDENTIFIER
           
 
Fields inherited from class com.atlassian.confluence.pageobjects.page.content.AbstractViewPage
pageEntity
 
Fields inherited from class com.atlassian.confluence.pageobjects.page.ConfluenceAbstractPage
driver, jsQueryFactory, pageBinder, pageElementFinder, timeouts, waiter, waitTimeout
 
Constructor Summary
ViewPageHistory()
           
 
Method Summary
 String getLatestVersionComment()
           
 long getPageId()
           
 String getSpaceKey()
           
 String getUrl()
           
 String getVersionComment(String version)
           
 com.atlassian.pageobjects.elements.query.TimedCondition hasLatestVersionComment()
           
 com.atlassian.pageobjects.elements.query.TimedCondition hasVersionComment(String version)
           
 
Methods inherited from class com.atlassian.confluence.pageobjects.page.ConfluenceAbstractPage
back, doWait, getAlert, getComponent, getHeader, getInlineDialog, getMainHeader, getMetadata, getMetadataLong, getPageHeadingColor, isDarkFeatureEnabled, isLoggedIn, openAddMenu, openBrowseMenu, openHelpMenu, openToolsMenu, openUserMenu, sendKeyboardShortcut, sendKeyboardShortcutAndWaitForCondition, setSetupComplete
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

PAGE_ID_META_IDENTIFIER

public static final String PAGE_ID_META_IDENTIFIER
See Also:
Constant Field Values

SPACE_KEY_META_IDENTIFIER

public static final String SPACE_KEY_META_IDENTIFIER
See Also:
Constant Field Values
Constructor Detail

ViewPageHistory

public ViewPageHistory()
Method Detail

getUrl

public String getUrl()

hasVersionComment

public com.atlassian.pageobjects.elements.query.TimedCondition hasVersionComment(String version)

hasLatestVersionComment

public com.atlassian.pageobjects.elements.query.TimedCondition hasLatestVersionComment()

getVersionComment

public String getVersionComment(String version)

getLatestVersionComment

public String getLatestVersionComment()

getPageId

public long getPageId()

getSpaceKey

public String getSpaceKey()


Copyright © 2003–2015 Atlassian. All rights reserved.