com.atlassian.jira.gadgets.system
Class HeatMapResource.HeatMap

java.lang.Object
  extended by com.atlassian.jira.gadgets.system.HeatMapResource.HeatMap
Enclosing class:
HeatMapResource

public static class HeatMapResource.HeatMap
extends Object

A simple bean contain all information required to render the Heat Map


Constructor Summary
HeatMapResource.HeatMap(String filterTitle, String filterUrl, int occurrenceCount, int issueCount, String statType, HeatMapResource.DataRow[] data)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HeatMapResource.HeatMap

public HeatMapResource.HeatMap(String filterTitle,
                               String filterUrl,
                               int occurrenceCount,
                               int issueCount,
                               String statType,
                               HeatMapResource.DataRow[] data)


Copyright © 2002-2014 Atlassian. All Rights Reserved.