Uses of Interface
com.atlassian.bitbucket.codeinsights.report.InsightReport
Packages that use InsightReport
Package
Description
-
Uses of InsightReport in com.atlassian.bitbucket.codeinsights.annotation
Methods in com.atlassian.bitbucket.codeinsights.annotation that return InsightReportModifier and TypeMethodDescriptionBulkAddInsightAnnotationRequest.getReport()
SetInsightAnnotationRequest.getReport()
Methods in com.atlassian.bitbucket.codeinsights.annotation with parameters of type InsightReportModifier and TypeMethodDescriptionInsightAnnotationService.get
(InsightReport report, String externalId) Get the annotation with a given externalId on the provided reportConstructors in com.atlassian.bitbucket.codeinsights.annotation with parameters of type InsightReportModifierConstructorDescriptionBuilder
(InsightReport report) Construct a builder to add annotations to a report.Builder
(InsightReport report, SingleAddInsightAnnotationRequest annotationRequest) Construct a builder to update an annotation on a report. -
Uses of InsightReport in com.atlassian.bitbucket.codeinsights.event
Constructors in com.atlassian.bitbucket.codeinsights.event with parameters of type InsightReportModifierConstructorDescriptionCodeInsightsDetailedReportEvent
(Object source, com.atlassian.bitbucket.repository.Repository repository, InsightReport report) CodeInsightsReportCreatedEvent
(Object source, com.atlassian.bitbucket.repository.Repository repository, InsightReport report) CodeInsightsReportUpdatedEvent
(Object source, com.atlassian.bitbucket.repository.Repository repository, InsightReport report) -
Uses of InsightReport in com.atlassian.bitbucket.codeinsights.report
Methods in com.atlassian.bitbucket.codeinsights.report that return InsightReportModifier and TypeMethodDescriptionInsightReportService.set
(SetInsightReportRequest request) Create or update aninsight report
as described by the providedrequest
.Methods in com.atlassian.bitbucket.codeinsights.report that return types with arguments of type InsightReportModifier and TypeMethodDescriptionInsightReportService.get
(GetInsightReportRequest request) Retrieve a single report.com.atlassian.bitbucket.util.Page<InsightReport>
InsightReportService.search
(SearchInsightReportRequest request, com.atlassian.bitbucket.util.PageRequest pageRequest) Retrieve a page of reports.