Uses of Class
com.atlassian.jira.bc.issue.watcher.WatchingDisabledException

Packages that use WatchingDisabledException
com.atlassian.jira.bc.issue.watcher   
 

Uses of WatchingDisabledException in com.atlassian.jira.bc.issue.watcher
 

Methods in com.atlassian.jira.bc.issue.watcher that throw WatchingDisabledException
 ServiceOutcome<java.util.List<com.opensymphony.user.User>> WatcherService.addWatcher(Issue issue, com.opensymphony.user.User remoteUser, com.opensymphony.user.User watcher)
          Adds a watcher to an issue's list of watchers, returning the updated list of watchers.
 ServiceOutcome<java.util.List<com.opensymphony.user.User>> DefaultWatcherService.addWatcher(Issue issue, com.opensymphony.user.User remoteUser, com.opensymphony.user.User watcher)
           
 ServiceOutcome<Pair<java.lang.Integer,java.util.List<com.opensymphony.user.User>>> WatcherService.getWatchers(Issue issue, com.opensymphony.user.User remoteUser)
          Returns a the total number of watchers for a given issue in the first element of the returned Pair, and the list of visible watchers in the second element of the Pair.
 ServiceOutcome<Pair<java.lang.Integer,java.util.List<com.opensymphony.user.User>>> DefaultWatcherService.getWatchers(Issue issue, com.opensymphony.user.User remoteUser)
           
 ServiceOutcome<java.util.List<com.opensymphony.user.User>> WatcherService.removeWatcher(Issue issue, com.opensymphony.user.User remoteUser, com.opensymphony.user.User watcher)
          Removes a watcher from an issue's list of watchers, returning the updated list of watchers.
 ServiceOutcome<java.util.List<com.opensymphony.user.User>> DefaultWatcherService.removeWatcher(Issue issue, com.opensymphony.user.User remoteUser, com.opensymphony.user.User watcher)
           
 



Copyright © 2002-2010 Atlassian. All Rights Reserved.