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 Type
    Method
    Description
    Calculates the analytics and return a map with all the properties.
    void
    Method where the task will grab all the classes from the context
    boolean
    Return 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

      Map<String,Object> 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 in ExtendedSystemInfoUtilsImpl.getUsageStats().