com.atlassian.jira.issue.vote
Interface VoteHistoryEntry

All Known Implementing Classes:
VoteHistoryEntryImpl

public interface VoteHistoryEntry

This represents an entry in the vote history of an issue at a point in time. Vote history entries are created whenever a vote is added or removed from an issue.

Since:
v4.4

Method Summary
 Long getIssueId()
          Get the issue Id.
 Timestamp getTimestamp()
          Get the Timestamp of this historical entry.
 long getVotes()
          Get the number of Votes recoreded for the issue at this moment in time.
 

Method Detail

getIssueId

Long getIssueId()
Get the issue Id.


getTimestamp

Timestamp getTimestamp()
Get the Timestamp of this historical entry.


getVotes

long getVotes()
Get the number of Votes recoreded for the issue at this moment in time.



Copyright © 2002-2014 Atlassian. All Rights Reserved.