Class Overview
REST endpoint to validate and retreive a Heat Map. Similar to the pie chart gadget
Summary
Nested Classes |
class |
HeatMapResource.DataRow |
|
class |
HeatMapResource.HeatMap |
A simple bean contain all information required to render the Heat Map
|
Public Methods |
Response
|
getHeatMap(String queryString, String statType)
Generate a heat map and returns a simple bean containing all relievent information
|
Response
|
validateHeatMap(String queryString, String statType)
Ensures all parameters are valid for the heat map
|
Public Constructors
Public Methods
public
Response
getHeatMap
(String queryString, String statType)
Generate a heat map and returns a simple bean containing all relievent information
Parameters
queryString
| a filter id (starts with "filter-") or project id (starts with "project-") or jql (starts with
"jql-") |
statType
| a valid statistic type. See StatisticTypesResource |
public
Response
validateHeatMap
(String queryString, String statType)
Ensures all parameters are valid for the heat map
Parameters
queryString
| a filter id (starts with "filter-") or project id (starts with "project-") or jql (starts with
"jql-") |
statType
| a valid statistic type. See StatisticTypesResource |