public class

UserAnalyticTask

extends Object
implements JiraAnalyticTask
java.lang.Object
   ↳ com.atlassian.jira.service.services.analytics.start.UserAnalyticTask

Class Overview

Gets the information of active users / total users

Summary

Public Constructors
UserAnalyticTask()
Public Methods
Map<StringObject> 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
boolean isReportingDataShape()
Return true if this task reports JIRA database size any usage statistics.
[Expand]
Inherited Methods
From class java.lang.Object
From interface com.atlassian.jira.service.services.analytics.JiraAnalyticTask

Public Constructors

public UserAnalyticTask ()

Public Methods

public Map<StringObject> getAnalytics ()

Calculates the analytics and return a map with all the properties.

Returns
  • a map with the properties to add to the start event

public void init ()

Method where the task will grab all the classes from the context

public boolean isReportingDataShape ()

Return true if this task reports JIRA database size any usage statistics. If true it will be included into section of Support ZIP by code in getUsageStats().