public interface IssueVoterAccessor
Modifier and Type | Method and Description |
---|---|
Iterable<String> |
getVoterNames(Issue issue)
Deprecated.
Use
getVoterUserkeys(com.atlassian.jira.issue.Issue) instead. Since v6.0. |
Iterable<ApplicationUser> |
getVoters(Locale displayLocale,
Issue issue)
Convenience function that simply returns the User objects.
|
Iterable<String> |
getVoterUserkeys(Issue issue)
Returns the userkeys for voters on the given issue.
|
boolean |
isVotingEnabled() |
boolean isVotingEnabled()
@Nonnull Iterable<String> getVoterNames(@Nonnull Issue issue)
getVoterUserkeys(com.atlassian.jira.issue.Issue)
instead. Since v6.0.issue
- the issue to get the voters for@Nonnull Iterable<String> getVoterUserkeys(@Nonnull Issue issue)
issue
- the issue to get the voters for@Nonnull Iterable<ApplicationUser> getVoters(@Nonnull Locale displayLocale, @Nonnull Issue issue)
displayLocale
- for sorting.issue
- the issue to get the voters forCopyright © 2002-2019 Atlassian. All Rights Reserved.