public interface UserQueryHistoryManager
UserHistoryManager that allows you to store and retrieve history items UserHistoryItem of the type JQL_QUERY.| Modifier and Type | Method and Description |
|---|---|
void |
addQueryToHistory(ApplicationUser user,
String query)
Add a JQL query string to the user history list.
|
List<UserHistoryItem> |
getUserQueryHistory(ApplicationUser user)
Retrieve the user's query history queue.
|
void addQueryToHistory(ApplicationUser user, String query)
user - The user to add the history item toquery - The JQL Query string to store in this history.List<UserHistoryItem> getUserQueryHistory(ApplicationUser user)
user - The user to get the history query items for.Copyright © 2002-2018 Atlassian. All Rights Reserved.