|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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<List<User>> |
WatcherService.addWatcher(Issue issue,
User remoteUser,
User watcher)
Deprecated. since v4.3. Use WatcherService.addWatcher(com.atlassian.jira.issue.Issue, com.atlassian.crowd.embedded.api.User, com.atlassian.crowd.embedded.api.User) instead. |
ServiceOutcome<List<com.atlassian.crowd.embedded.api.User>> |
WatcherService.addWatcher(Issue issue,
com.atlassian.crowd.embedded.api.User remoteUser,
com.atlassian.crowd.embedded.api.User watcher)
Adds a watcher to an issue's list of watchers, returning the updated list of watchers. |
ServiceOutcome<List<User>> |
DefaultWatcherService.addWatcher(Issue issue,
User remoteUser,
User watcher)
|
ServiceOutcome<List<com.atlassian.crowd.embedded.api.User>> |
DefaultWatcherService.addWatcher(Issue issue,
com.atlassian.crowd.embedded.api.User remoteUser,
com.atlassian.crowd.embedded.api.User watcher)
|
protected void |
DefaultWatcherService.checkModifyWatchersPermission(Issue issue,
com.atlassian.crowd.embedded.api.User remoteUser,
com.atlassian.crowd.embedded.api.User watcher)
Ensures that the given remoteUser has permission to add or remove the given watcher to/from the issue. |
ServiceOutcome<Pair<Integer,List<User>>> |
WatcherService.getWatchers(Issue issue,
User remoteUser)
Deprecated. since v4.3. Use WatcherService.getWatchers(com.atlassian.jira.issue.Issue, com.atlassian.crowd.embedded.api.User) instead. |
ServiceOutcome<Pair<Integer,List<com.atlassian.crowd.embedded.api.User>>> |
WatcherService.getWatchers(Issue issue,
com.atlassian.crowd.embedded.api.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<Integer,List<User>>> |
DefaultWatcherService.getWatchers(Issue issue,
User remoteUser)
|
ServiceOutcome<Pair<Integer,List<com.atlassian.crowd.embedded.api.User>>> |
DefaultWatcherService.getWatchers(Issue issue,
com.atlassian.crowd.embedded.api.User remoteUser)
|
protected Pair<Integer,List<String>> |
DefaultWatcherService.getWatcherUsernames(Issue issue,
com.atlassian.crowd.embedded.api.User remoteUser)
Returns a pair containing the watcher count and the watcher usernames for a given issue. |
ServiceOutcome<List<User>> |
WatcherService.removeWatcher(Issue issue,
User remoteUser,
User watcher)
Deprecated. since v4.3. Use WatcherService.removeWatcher(com.atlassian.jira.issue.Issue, com.atlassian.crowd.embedded.api.User, com.atlassian.crowd.embedded.api.User) instead. |
ServiceOutcome<List<com.atlassian.crowd.embedded.api.User>> |
WatcherService.removeWatcher(Issue issue,
com.atlassian.crowd.embedded.api.User remoteUser,
com.atlassian.crowd.embedded.api.User watcher)
Removes a watcher from an issue's list of watchers, returning the updated list of watchers. |
ServiceOutcome<List<User>> |
DefaultWatcherService.removeWatcher(Issue issue,
User remoteUser,
User watcher)
|
ServiceOutcome<List<com.atlassian.crowd.embedded.api.User>> |
DefaultWatcherService.removeWatcher(Issue issue,
com.atlassian.crowd.embedded.api.User remoteUser,
com.atlassian.crowd.embedded.api.User watcher)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||