com.atlassian.confluence.selenium.client
Class ManageWatchersDialog

java.lang.Object
  extended by com.atlassian.confluence.selenium.client.Dialog
      extended by com.atlassian.confluence.selenium.client.ManageWatchersDialog

public final class ManageWatchersDialog
extends Dialog

The Manage Watchers dialog launched from the Tools menu. May only be available to certain users.


Field Summary
static String MANAGE_WATCHERS_DIALOG_ID
           
 
Fields inherited from class com.atlassian.confluence.selenium.client.Dialog
client, id
 
Constructor Summary
ManageWatchersDialog(ConfluenceSeleniumClient client)
           
 
Method Summary
 void addWatcher(String username)
           
 void addWatcher(User user)
           
 List<String> getPageWatchers()
           
 List<String> getSpaceWatchers()
           
 String getStatusMessage()
           
 void removeWatcher(User user)
           
 
Methods inherited from class com.atlassian.confluence.selenium.client.Dialog
clickButton, clickCancel, clickLink, clickPageMenu, getId, getTitle, hasButton, hasLink, hasPageMenu, isButtonDisabled, isVisible, pressEscape, pressEscapeOnly, waitForRemoval, waitUntilClosed, waitUntilVisible
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

MANAGE_WATCHERS_DIALOG_ID

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

ManageWatchersDialog

public ManageWatchersDialog(ConfluenceSeleniumClient client)
Method Detail

addWatcher

public void addWatcher(User user)

addWatcher

public void addWatcher(String username)

getPageWatchers

public List<String> getPageWatchers()

getSpaceWatchers

public List<String> getSpaceWatchers()

getStatusMessage

public String getStatusMessage()

removeWatcher

public void removeWatcher(User user)


Copyright © 2003-2013 Atlassian. All Rights Reserved.