|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IssueWatcherAccessor
Get all watchers for an issue.
| Method Summary | |
|---|---|
Iterable<String> |
getWatcherNames(Issue issue)
Convenience function that simply returns the User names. |
Iterable<com.atlassian.crowd.embedded.api.User> |
getWatchers(Issue issue,
Locale displayLocale)
Convenience function that simply returns the User objects. |
boolean |
isWatchingEnabled()
|
| Method Detail |
|---|
boolean isWatchingEnabled()
@NotNull
Iterable<String> getWatcherNames(@NotNull
Issue issue)
issue - the issue to get the watchers for
@NotNull
Iterable<com.atlassian.crowd.embedded.api.User> getWatchers(@NotNull
Issue issue,
@NotNull
Locale displayLocale)
displayLocale - for sorting.issue - the issue to get the watchers for
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||