Class CodeInsightsReportCreatedEvent

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

@AsynchronousPreferred public class CodeInsightsReportCreatedEvent extends CodeInsightsDetailedReportEvent
Event that is raised when a code insights report is created
Since:
9.1
See Also:
  • Constructor Details

    • CodeInsightsReportCreatedEvent

      public CodeInsightsReportCreatedEvent(@Nonnull Object source, @Nonnull com.atlassian.bitbucket.repository.Repository repository, @Nonnull InsightReport report)