com.atlassian.jira.user
Class UserHistory
java.lang.Object
com.atlassian.jira.user.UserHistory
- All Implemented Interfaces:
- java.io.Serializable
- public class UserHistory
- extends java.lang.Object
- implements java.io.Serializable
Contains all the information about a user's history. Currently contains the information about
the most X recent issues viewed.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
UserHistory
public UserHistory(int historyLength)
addIssue
public void addIssue(java.lang.String issueKey,
java.lang.String summary)
getMaxHistoryLength
public int getMaxHistoryLength()
setMaxHistoryLength
public void setMaxHistoryLength(int maxHistoryLength)
getIssues
public java.util.Collection getIssues()
- All the issues, sorted with Most Frequently Used returned at the start
of the list.
If there are no issues, and empty list is returned.
- Returns:
- A collection of IssueSummaries
Copyright © 2002-2005 Atlassian. All Rights Reserved.