public interface IssueWatcherAccessor
Modifier and Type | Method and Description |
---|---|
Collection<String> |
getWatcherKeys(Issue issue) |
Iterable<String> |
getWatcherNames(Issue issue)
Deprecated.
Use
getWatcherKeys(com.atlassian.jira.issue.Issue) instead. Since v6.0. |
Iterable<ApplicationUser> |
getWatchers(Issue issue,
Locale displayLocale)
Convenience function that simply returns the User objects.
|
boolean |
isWatchingEnabled() |
boolean isWatchingEnabled()
@Nonnull Iterable<String> getWatcherNames(@Nonnull Issue issue)
getWatcherKeys(com.atlassian.jira.issue.Issue)
instead. Since v6.0.issue
- the issue to get the watchers forCollection<String> getWatcherKeys(Issue issue)
@Nonnull Iterable<ApplicationUser> getWatchers(@Nonnull Issue issue, @Nonnull Locale displayLocale)
displayLocale
- for sorting.issue
- the issue to get the watchers forCopyright © 2002-2024 Atlassian. All Rights Reserved.