@AsynchronousPreferred public class

AnalyticsAnnotationsCreatedEvent

extends AnalyticsReportEvent
java.lang.Object
   ↳ com.atlassian.bitbucket.internal.codeinsights.analytics.AnalyticsReportEvent
     ↳ com.atlassian.bitbucket.internal.codeinsights.analytics.AnalyticsAnnotationsCreatedEvent

Summary

Public Constructors
AnalyticsAnnotationsCreatedEvent(Repository repository, InternalInsightReport report, Collection<SingleAddInsightAnnotationRequest> annotations)
Public Methods
@Nonnull Map<String, Long> getCounts()
[Expand]
Inherited Methods
From class com.atlassian.bitbucket.internal.codeinsights.analytics.AnalyticsReportEvent
From class java.lang.Object

Public Constructors

public AnalyticsAnnotationsCreatedEvent (Repository repository, InternalInsightReport report, Collection<SingleAddInsightAnnotationRequest> annotations)

Public Methods

@Nonnull public Map<String, Long> getCounts ()