Class BasicStatsAnalyticTask
java.lang.Object
com.atlassian.greenhopper.analytics.BasicStatsAnalyticTask
- All Implemented Interfaces:
AnalyticTask
Task to calculate most important statistics (i.e. number of rapid views or quick filters)
- Since:
- v6.6
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionCalculates the analytics and return a map with all the properties.
-
Constructor Details
-
BasicStatsAnalyticTask
public BasicStatsAnalyticTask()
-
-
Method Details
-
getAnalytics
Description copied from interface:AnalyticTaskCalculates the analytics and return a map with all the properties.- Specified by:
getAnalyticsin interfaceAnalyticTask- Returns:
- a map with the properties to add to the start event
-