Package | Description |
---|---|
com.atlassian.jira.bc.issue.vote | |
com.atlassian.jira.issue.vote | |
com.atlassian.jira.web.action.issue |
Modifier and Type | Method and Description |
---|---|
ServiceOutcome<List<VoteHistoryEntry>> |
DefaultVoteService.getVoterHistory(Issue issue,
ApplicationUser remoteUser) |
ServiceOutcome<List<VoteHistoryEntry>> |
VoteService.getVoterHistory(Issue issue,
ApplicationUser remoteUser)
Get the list of vote history for an issue.
|
Modifier and Type | Class and Description |
---|---|
class |
VoteHistoryEntryImpl
This represents an entry in the vote history of an issue at a point in time.
|
Modifier and Type | Method and Description |
---|---|
List<VoteHistoryEntry> |
OfbizVoteHistoryStore.getHistory(Long issueId) |
List<VoteHistoryEntry> |
VoteHistoryStore.getHistory(Long issueId)
Retrieve the vote history for an issue
|
List<VoteHistoryEntry> |
DefaultVoteManager.getVoteHistory(Issue issue) |
List<VoteHistoryEntry> |
VoteManager.getVoteHistory(Issue issue)
Get the list of vote history for an issue.
|
Modifier and Type | Method and Description |
---|---|
void |
OfbizVoteHistoryStore.add(VoteHistoryEntry entry) |
void |
VoteHistoryStore.add(VoteHistoryEntry entry)
Creates an issue history entry
|
Modifier and Type | Method and Description |
---|---|
List<VoteHistoryEntry> |
ViewVoters.SimpleVoteHistory.getVoteHistory() |
Copyright © 2002-2019 Atlassian. All Rights Reserved.