|
||||||||||
| 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<User> |
getDetails(Locale displayLocale,
Issue issue)
Deprecated. Please use getWatchers(com.atlassian.jira.issue.Issue, java.util.Locale). Since 4.3 |
|
|
getDetails(Locale displayLocale,
Issue issue,
Function<User,T> transformer)
Deprecated. Please use getWatchers(com.atlassian.jira.issue.Issue, java.util.Locale). Since 4.3 |
|
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<User> getDetails(@NotNull
Locale displayLocale,
@NotNull
Issue issue)
getWatchers(com.atlassian.jira.issue.Issue, java.util.Locale). Since 4.3
displayLocale - for sorting.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
@NotNull
<T> Iterable<T> getDetails(@NotNull
Locale displayLocale,
@NotNull
Issue issue,
@NotNull
Function<User,T> transformer)
getWatchers(com.atlassian.jira.issue.Issue, java.util.Locale). Since 4.3
T - the type of element in the returned iterable.displayLocale - for sorting.issue - the issue to get the watchers fortransformer - to get the required details from the User objects.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||