public class

DefaultStatsSearchUrlBuilder

extends Object
java.lang.Object
   ↳ com.atlassian.jira.gadgets.system.DefaultStatsSearchUrlBuilder

Summary

Public Constructors
DefaultStatsSearchUrlBuilder(SearchService searchService, JiraAuthenticationContext authenticationContext)
Public Methods
String getSearchUrlForCell(Object xAxisObject, Object yAxisObject, TwoDimensionalStatsMap statsMap, SearchRequest searchRequest)
This should be rewritten to extract a clause from each of the statistics mappers and finding the intersection of these two filters, but this requires an interface change to the statistics mapper.
String getSearchUrlForHeaderCell(Object axisObject, StatisticsMapper axisMapper, SearchRequest searchRequest)
[Expand]
Inherited Methods
From class java.lang.Object

Public Constructors

public DefaultStatsSearchUrlBuilder (SearchService searchService, JiraAuthenticationContext authenticationContext)

Public Methods

public String getSearchUrlForCell (Object xAxisObject, Object yAxisObject, TwoDimensionalStatsMap statsMap, SearchRequest searchRequest)

This should be rewritten to extract a clause from each of the statistics mappers and finding the intersection of these two filters, but this requires an interface change to the statistics mapper.

public String getSearchUrlForHeaderCell (Object axisObject, StatisticsMapper axisMapper, SearchRequest searchRequest)