@AsynchronousPreferred @TransactionAware public class

AnalyticsAnnotationUpdatedEvent

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

Summary

Public Constructors
AnalyticsAnnotationUpdatedEvent(Repository repository, InternalInsightReport report, InternalInsightAnnotation oldAnnotation, SingleAddInsightAnnotationRequest annotation)
Public Methods
@Nonnull String getOldSeverity()
@Nullable String getOldType()
@Nonnull String getSeverity()
@Nullable String getType()
[Expand]
Inherited Methods
From class com.atlassian.bitbucket.internal.codeinsights.analytics.AnalyticsReportEvent
From class java.lang.Object

Public Constructors

public AnalyticsAnnotationUpdatedEvent (Repository repository, InternalInsightReport report, InternalInsightAnnotation oldAnnotation, SingleAddInsightAnnotationRequest annotation)

Public Methods

@Nonnull public String getOldSeverity ()

@Nullable public String getOldType ()

@Nonnull public String getSeverity ()

@Nullable public String getType ()