public interface WatchedIssuesAccessor
| Modifier and Type | Interface and Description |
|---|---|
static class |
WatchedIssuesAccessor.Security |
| Modifier and Type | Method and Description |
|---|---|
Iterable<Long> |
getWatchedIssueIds(ApplicationUser watcher,
ApplicationUser searcher,
WatchedIssuesAccessor.Security security)
Get the issues a particular user is watching.
|
boolean |
isWatchingEnabled() |
boolean isWatchingEnabled()
@Nonnull Iterable<Long> getWatchedIssueIds(@Nonnull ApplicationUser watcher, @Nonnull ApplicationUser searcher, @Nonnull WatchedIssuesAccessor.Security security)
watcher - the user whose watches we are searching for.searcher - the user who is searching for the watched issues.security - whether to respect or override security.Copyright © 2002-2017 Atlassian. All Rights Reserved.