Uses of Class
com.atlassian.bitbucket.codeinsights.annotation.BulkAddInsightAnnotationRequest.Builder
Packages that use BulkAddInsightAnnotationRequest.Builder
-
Uses of BulkAddInsightAnnotationRequest.Builder in com.atlassian.bitbucket.codeinsights.annotation
Methods in com.atlassian.bitbucket.codeinsights.annotation that return BulkAddInsightAnnotationRequest.BuilderModifier and TypeMethodDescriptionBulkAddInsightAnnotationRequest.Builder.annotationRequest
(SingleAddInsightAnnotationRequest value) Add a single annotation to the existing collection of annotations.BulkAddInsightAnnotationRequest.Builder.annotationRequests
(Iterable<SingleAddInsightAnnotationRequest> values) Add annotation requests to be stored with the report.