Class BambooIpdScheduler

java.lang.Object
com.atlassian.bamboo.ipd.BambooIpdScheduler

public class BambooIpdScheduler extends Object
Manages running scheduled jobs for emitting and collecting data to In-Product Diagnostics logger The collection happens every 60 seconds.
Since:
12.0
  • Constructor Summary

    Constructors
    Constructor
    Description
    BambooIpdScheduler(com.atlassian.diagnostics.internal.ipd.IpdRegistryLogger ipdRegistryLogger, com.atlassian.diagnostics.ipd.api.registry.IpdRegistry ipdRegistry, com.atlassian.diagnostics.ipd.api.jobs.IpdJobRunner ipdJobRunner, IpdExecutors ipdExecutors, com.atlassian.diagnostics.ipd.api.CachedIpdState ipdState, Clock clock)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • BambooIpdScheduler

      public BambooIpdScheduler(com.atlassian.diagnostics.internal.ipd.IpdRegistryLogger ipdRegistryLogger, com.atlassian.diagnostics.ipd.api.registry.IpdRegistry ipdRegistry, com.atlassian.diagnostics.ipd.api.jobs.IpdJobRunner ipdJobRunner, IpdExecutors ipdExecutors, com.atlassian.diagnostics.ipd.api.CachedIpdState ipdState, Clock clock)
  • Method Details

    • start

      @PostConstruct public void start()