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)
UserIssueSearcherHistoryManager
addIssueSearcherToHistory
in interface UserIssueSearcherHistoryManager
user
- The user to add the history item tosearcher
- The IssueSearcher
used.public List<UserHistoryItem> getUserIssueSearcherHistory(ApplicationUser user)
UserIssueSearcherHistoryManager
getUserIssueSearcherHistory
in interface UserIssueSearcherHistoryManager
user
- The user to get the history IssueSearcher items for.Copyright © 2002-2019 Atlassian. All Rights Reserved.