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

java.lang.Object
  extended by com.atlassian.confluence.pageobjects.component.ConfluenceAbstractPageComponent
      extended by com.atlassian.confluence.pageobjects.component.dialog.AbstractDialog
          extended by com.atlassian.confluence.pageobjects.page.content.WatchDialog
All Implemented Interfaces:
PageComponent

public class WatchDialog
extends AbstractDialog

a page object for the watch menu/dialog.

Since:
v5.2

Field Summary
 
Fields inherited from class com.atlassian.confluence.pageobjects.component.dialog.AbstractDialog
id
 
Fields inherited from class com.atlassian.confluence.pageobjects.component.ConfluenceAbstractPageComponent
driver, frameExecutor, pageBinder, pageElementFinder, timeouts, waiter
 
Constructor Summary
WatchDialog()
           
 
Method Summary
 com.atlassian.pageobjects.elements.PageElement getManageWatchersLink()
           
 boolean isManageWatchersLinkPresent()
           
 ManageWatchersDialog manageWatchers()
           
 WatchDialog open()
           
 void togglePageWatch()
           
 void toggleSpaceWatch()
           
 WatchDialog watchPage()
           
 WatchDialog watchSpace()
           
 WatchDialog watchSpaceBlogs()
           
 
Methods inherited from class com.atlassian.confluence.pageobjects.component.dialog.AbstractDialog
getDialog, getId, isVisible, isVisibleTimed, pressEscape, pressEscapeOnly, waitForRemoval, waitUntilHidden, waitUntilVisible
 
Methods inherited from class com.atlassian.confluence.pageobjects.component.ConfluenceAbstractPageComponent
getComponent
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WatchDialog

public WatchDialog()
Method Detail

open

public WatchDialog open()

watchPage

public WatchDialog watchPage()

watchSpace

public WatchDialog watchSpace()

watchSpaceBlogs

public WatchDialog watchSpaceBlogs()

togglePageWatch

public void togglePageWatch()

toggleSpaceWatch

public void toggleSpaceWatch()

getManageWatchersLink

public com.atlassian.pageobjects.elements.PageElement getManageWatchersLink()

manageWatchers

public ManageWatchersDialog manageWatchers()

isManageWatchersLinkPresent

public boolean isManageWatchersLinkPresent()


Copyright © 2003-2014 Atlassian. All Rights Reserved.