Class JiraStartStopAnalyticHelper
java.lang.Object
com.atlassian.jira.service.services.analytics.JiraStartStopAnalyticHelper
Service that grabs the configuration of the user and sends analytics.
This analytic is extensible by adding a new class that implements JiraAnalyticTask and registering here
- Since:
- 6.4
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetOnStartUsageStats(boolean onlyDataShapeStatistics) List<? extends JiraAnalyticTask> Returns all the tasks to run on shutdownList<? extends JiraAnalyticTask> Returns all the tasks to run on startup
-
Constructor Details
-
JiraStartStopAnalyticHelper
public JiraStartStopAnalyticHelper()
-
-
Method Details
-
getOnStartUsageStats
-
getOnStopUsageStats
-
getStartupTasks
Returns all the tasks to run on startup- Returns:
- the list of task to run
-
getShutdownTasks
Returns all the tasks to run on shutdown- Returns:
- the list of task to run
-