Uses of Class
com.atlassian.bamboo.plugins.rest.model.search.SearchResult
-
Packages that use SearchResult Package Description com.atlassian.bamboo.plugins.rest.model.search -
-
Uses of SearchResult in com.atlassian.bamboo.plugins.rest.model.search
Methods in com.atlassian.bamboo.plugins.rest.model.search that return types with arguments of type SearchResult Modifier and Type Method Description List<SearchResult>
SearchResultsList. getSearchResults()
Constructor parameters in com.atlassian.bamboo.plugins.rest.model.search with type arguments of type SearchResult Constructor Description SearchResultsList(int size, org.apache.commons.lang3.Range<Integer> range, List<SearchResult> searchResults)
SearchResultsList(PagerPaginationSupport paginationSupport, List<SearchResult> results)
-