public class DefaultUserIssueSearcherHistoryManager extends Object implements UserIssueSearcherHistoryManager
UserIssueSearcherHistoryManager| Constructor and Description |
|---|
DefaultUserIssueSearcherHistoryManager(UserHistoryManager userHistoryManager,
ApplicationProperties applicationProperties) |
| Modifier and Type | Method and Description |
|---|---|
void |
addIssueSearcherToHistory(ApplicationUser user,
IssueSearcher searcher)
Add a JQL query string to the user history list.
|
List<UserHistoryItem> |
getUserIssueSearcherHistory(ApplicationUser user)
Retrieve the user's Issue Seacher history queue.
|
public DefaultUserIssueSearcherHistoryManager(UserHistoryManager userHistoryManager, ApplicationProperties applicationProperties)
public void addIssueSearcherToHistory(ApplicationUser user, IssueSearcher searcher)
UserIssueSearcherHistoryManageraddIssueSearcherToHistory in interface UserIssueSearcherHistoryManageruser - The user to add the history item tosearcher - The IssueSearcher used.public List<UserHistoryItem> getUserIssueSearcherHistory(ApplicationUser user)
UserIssueSearcherHistoryManagergetUserIssueSearcherHistory in interface UserIssueSearcherHistoryManageruser - The user to get the history IssueSearcher items for.Copyright © 2002-2017 Atlassian. All Rights Reserved.