Interface JiraAnalyticTask
- All Known Implementing Classes:
GroupAnalyticTask,Ipv6StatusAnalyticTask,JiraBasicStatsAnalyticTask,JiraSystemAnalyticTask,ModifiedFilesAnalyticTask,ReportUptimeAnalyticsTask,UserAnalyticTask,WorkflowAnalyticTask
public interface JiraAnalyticTask
Interface to add information in the Jira Start Analytic event
-
Method Summary
Modifier and TypeMethodDescriptionCalculates the analytics and return a map with all the properties.voidinit()Method where the task will grab all the classes from the contextbooleanReturn true if this task reports JIRA database size any usage statistics.
-
Method Details
-
init
void init()Method where the task will grab all the classes from the context -
getAnalytics
Calculates the analytics and return a map with all the properties.- Returns:
- a map with the properties to add to the start event
-
isReportingDataShape
boolean isReportingDataShape()Return true if this task reports JIRA database size any usage statistics. If true it will be included into invalid input: '<'database-statistics> section of Support ZIP by code inExtendedSystemInfoUtilsImpl.getUsageStats().
-