Class ActivePlansDeploymentsEventProducer
- java.lang.Object
-
- com.atlassian.bamboo.analytics.basedata.collector.generator.ActivePlansDeploymentsEventProducer
-
- All Implemented Interfaces:
StatisticsEventsProducer
public class ActivePlansDeploymentsEventProducer extends Object implements StatisticsEventsProducer
-
-
Constructor Summary
Constructors Constructor Description ActivePlansDeploymentsEventProducer(ActivePlansDeploymentsAnalyticsService service)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description @Nullable Collection<BaseDataEvent>
generateEvents()
void
resetStatistics()
Reset statistics, but don't generate events.
-
-
-
Constructor Detail
-
ActivePlansDeploymentsEventProducer
@Inject public ActivePlansDeploymentsEventProducer(ActivePlansDeploymentsAnalyticsService service)
-
-
Method Detail
-
generateEvents
@Nullable public @Nullable Collection<BaseDataEvent> generateEvents()
- Specified by:
generateEvents
in interfaceStatisticsEventsProducer
- Returns:
- Analytic events with statistics.
-
resetStatistics
public void resetStatistics()
Description copied from interface:StatisticsEventsProducer
Reset statistics, but don't generate events. Use when statistics have to be cleared when publishing analytics is disabled- Specified by:
resetStatistics
in interfaceStatisticsEventsProducer
-
-