Class ChangeDetectionQueueEventProducer
java.lang.Object
com.atlassian.bamboo.analytics.basedata.collector.generator.ChangeDetectionQueueEventProducer
- All Implemented Interfaces:
StatisticsEventsProducer
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription@Nullable Collection<BaseDataEvent> voidReset statistics, but don't generate events.
-
Constructor Details
-
ChangeDetectionQueueEventProducer
-
-
Method Details
-
generateEvents
- Specified by:
generateEventsin interfaceStatisticsEventsProducer- Returns:
- Analytic events with statistics.
-
resetStatistics
public void resetStatistics()Description copied from interface:StatisticsEventsProducerReset statistics, but don't generate events. Use when statistics have to be cleared when publishing analytics is disabled- Specified by:
resetStatisticsin interfaceStatisticsEventsProducer
-