public interface

VoteHistoryEntry

com.atlassian.jira.issue.vote.VoteHistoryEntry
Known Indirect Subclasses

Class Overview

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.

Summary

Public Methods
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.

Public Methods

public Long getIssueId ()

Get the issue Id.

public Timestamp getTimestamp ()

Get the Timestamp of this historical entry.

public long getVotes ()

Get the number of Votes recoreded for the issue at this moment in time.