Class ModifiedFilesAnalyticTask
java.lang.Object
com.atlassian.jira.service.services.analytics.start.ModifiedFilesAnalyticTask
- All Implemented Interfaces:
JiraAnalyticTask
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionCalculates the analytics and return a map with all the properties.void
init()
Method where the task will grab all the classes from the contextboolean
Return true if this task reports JIRA database size any usage statistics.
-
Constructor Details
-
ModifiedFilesAnalyticTask
public ModifiedFilesAnalyticTask()
-
-
Method Details
-
init
public void init()Description copied from interface:JiraAnalyticTask
Method where the task will grab all the classes from the context- Specified by:
init
in interfaceJiraAnalyticTask
-
getAnalytics
Description copied from interface:JiraAnalyticTask
Calculates the analytics and return a map with all the properties.- Specified by:
getAnalytics
in interfaceJiraAnalyticTask
- Returns:
- a map with the properties to add to the start event
-
isReportingDataShape
public boolean isReportingDataShape()Description copied from interface:JiraAnalyticTask
Return true if this task reports JIRA database size any usage statistics. If true it will be included into <database-statistics> section of Support ZIP by code inExtendedSystemInfoUtilsImpl.getUsageStats()
.- Specified by:
isReportingDataShape
in interfaceJiraAnalyticTask
-