com.atlassian.jira.web.action.issue
Class ViewVoters.SimpleVoteHistory

java.lang.Object
  extended by com.atlassian.jira.web.action.issue.ViewVoters.SimpleVoteHistory
Enclosing class:
ViewVoters

public class ViewVoters.SimpleVoteHistory
extends Object


Constructor Summary
ViewVoters.SimpleVoteHistory(Issue issue)
           
 
Method Summary
 int getNumberOfDays()
           
 List<VoteHistoryEntry> getVoteHistory()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ViewVoters.SimpleVoteHistory

public ViewVoters.SimpleVoteHistory(Issue issue)
Method Detail

getVoteHistory

public List<VoteHistoryEntry> getVoteHistory()

getNumberOfDays

public int getNumberOfDays()


Copyright © 2002-2013 Atlassian. All Rights Reserved.