public interface ProjectAwareQuickSearchHandler
| Modifier and Type | Method and Description |
|---|---|
void |
addProject(String projectId,
QuickSearchResult searchResult)
Adds a project to the given search.
|
List<Project> |
getProjects(QuickSearchResult searchResult)
Retrieve the related project generic values from the search result
|
String |
getSingleProjectIdFromSearch(QuickSearchResult searchResult)
Retrieves the single project specified in search.
|
List<Project> getProjects(QuickSearchResult searchResult)
searchResult - search result to extract related project information fromString getSingleProjectIdFromSearch(QuickSearchResult searchResult)
searchResult - search result to extract the project fromvoid addProject(String projectId, QuickSearchResult searchResult)
projectId - project id to addsearchResult - search result to add toCopyright © 2002-2018 Atlassian. All Rights Reserved.