com.atlassian.jira.service.services.analytics.start
Class JiraTableStatisticTask

java.lang.Object
  extended by com.atlassian.jira.service.services.analytics.start.JiraTableStatisticTask
All Implemented Interfaces:
JiraStartAnalyticTask

public class JiraTableStatisticTask
extends Object
implements JiraStartAnalyticTask

This task will calculate basic counts over objects and will return its values


Constructor Summary
JiraTableStatisticTask()
           
 
Method Summary
 Map<String,Object> getAnalytics()
          Calculates the analytics and return a map with all the properties.
 void init()
          Method where the task will grab all the classes from the context
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JiraTableStatisticTask

public JiraTableStatisticTask()
Method Detail

init

public void init()
Description copied from interface: JiraStartAnalyticTask
Method where the task will grab all the classes from the context

Specified by:
init in interface JiraStartAnalyticTask

getAnalytics

public Map<String,Object> getAnalytics()
Description copied from interface: JiraStartAnalyticTask
Calculates the analytics and return a map with all the properties.

Specified by:
getAnalytics in interface JiraStartAnalyticTask
Returns:
a map with the properties to add to the start event


Copyright © 2002-2014 Atlassian. All Rights Reserved.