com.atlassian.jira.pageobjects.pages.viewissue.watchers
Class WatchersComponent

java.lang.Object
  extended by com.atlassian.jira.pageobjects.pages.viewissue.watchers.WatchersComponent

public class WatchersComponent
extends Object

TODO: Document this class / interface here

Since:
v5.0

Constructor Summary
WatchersComponent()
           
 
Method Summary
 WatchersComponent addWatcher(String watcher)
           
 List<String> getWatchers()
           
 boolean isReadOnly()
           
 WatchersComponent removeWatcher(String watcher)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WatchersComponent

public WatchersComponent()
Method Detail

removeWatcher

public WatchersComponent removeWatcher(String watcher)

addWatcher

public WatchersComponent addWatcher(String watcher)

isReadOnly

public boolean isReadOnly()

getWatchers

public List<String> getWatchers()


Copyright © 2002-2014 Atlassian. All Rights Reserved.