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:
-
Field Summary
Fields inherited from class java.util.EventObject
source
-
Constructor Summary
ConstructorsConstructorDescriptionCodeInsightsReportCreatedEvent
(Object source, com.atlassian.bitbucket.repository.Repository repository, InsightReport report) -
Method Summary
Methods inherited from class com.atlassian.bitbucket.codeinsights.event.CodeInsightsDetailedReportEvent
getDataCounts, getDetails, getLink, getLogo, getReporter, getResult
Methods inherited from class com.atlassian.bitbucket.event.repository.RepositoryEvent
getRepository
Methods inherited from class com.atlassian.bitbucket.event.ApplicationEvent
getDate, getUser
Methods inherited from class java.util.EventObject
getSource, toString
-
Constructor Details
-
CodeInsightsReportCreatedEvent
public CodeInsightsReportCreatedEvent(@Nonnull Object source, @Nonnull com.atlassian.bitbucket.repository.Repository repository, @Nonnull InsightReport report)
-