Class CodeInsightsDetailedReportEvent

java.lang.Object
java.util.EventObject
com.atlassian.bitbucket.event.ApplicationEvent
com.atlassian.bitbucket.event.repository.RepositoryEvent
com.atlassian.bitbucket.codeinsights.event.CodeInsightsDetailedReportEvent
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
CodeInsightsReportCreatedEvent, CodeInsightsReportUpdatedEvent

@TransactionAware public abstract class CodeInsightsDetailedReportEvent extends com.atlassian.bitbucket.event.repository.RepositoryEvent
Base class for events related to code insights report create and updates.
Since:
9.1
See Also:
  • Constructor Details

    • CodeInsightsDetailedReportEvent

      public CodeInsightsDetailedReportEvent(@Nonnull Object source, @Nonnull com.atlassian.bitbucket.repository.Repository repository, @Nonnull InsightReport report)
  • Method Details

    • getDataCounts

      @Nonnull public Map<String,Long> getDataCounts()
    • getDetails

      @Nullable public String getDetails()
    • getLink

      @Nullable public String getLink()
    • getLogo

      @Nullable public String getLogo()
    • getReporter

      @Nullable public String getReporter()
    • getResult

      @Nullable public String getResult()