Class VerboseLoggingEventProducer
- java.lang.Object
-
- com.atlassian.bamboo.analytics.basedata.collector.generator.VerboseLoggingEventProducer
-
- All Implemented Interfaces:
StatisticsEventsProducer
public class VerboseLoggingEventProducer extends Object implements StatisticsEventsProducer
-
-
Constructor Summary
Constructors Constructor Description VerboseLoggingEventProducer(VerboseLoggingAnalyticsService service)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description @Nullable Collection<BaseDataEvent>
generateEvents()
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface com.atlassian.bamboo.analytics.StatisticsEventsProducer
resetStatistics
-
-
-
-
Constructor Detail
-
VerboseLoggingEventProducer
@Inject public VerboseLoggingEventProducer(VerboseLoggingAnalyticsService service)
-
-
Method Detail
-
generateEvents
@Nullable public @Nullable Collection<BaseDataEvent> generateEvents()
- Specified by:
generateEvents
in interfaceStatisticsEventsProducer
- Returns:
- Analytic events with statistics.
-
-