Class AnalyticsScheduler

java.lang.Object
com.atlassian.jira.analytics.scheduler.AnalyticsScheduler
All Implemented Interfaces:
com.atlassian.sal.api.lifecycle.LifecycleAware

@Component public class AnalyticsScheduler extends Object implements com.atlassian.sal.api.lifecycle.LifecycleAware
  • Constructor Details

    • AnalyticsScheduler

      @Autowired public AnalyticsScheduler(com.atlassian.scheduler.SchedulerService schedulerService, Collection<StatisticsEventProducer> eventProducers, com.atlassian.event.api.EventPublisher eventPublisher, JiraProperties jiraProperties)
  • Method Details

    • onStart

      public void onStart()
      Specified by:
      onStart in interface com.atlassian.sal.api.lifecycle.LifecycleAware
    • onStop

      public void onStop()
      Specified by:
      onStop in interface com.atlassian.sal.api.lifecycle.LifecycleAware