Uses of Class
com.atlassian.bitbucket.codeinsights.annotation.SingleAddInsightAnnotationRequest
Packages that use SingleAddInsightAnnotationRequest
-
Uses of SingleAddInsightAnnotationRequest in com.atlassian.bitbucket.codeinsights.annotation
Methods in com.atlassian.bitbucket.codeinsights.annotation that return SingleAddInsightAnnotationRequestModifier and TypeMethodDescriptionSingleAddInsightAnnotationRequest.Builder.build()
SetInsightAnnotationRequest.getAnnotationRequest()
Methods in com.atlassian.bitbucket.codeinsights.annotation that return types with arguments of type SingleAddInsightAnnotationRequestMethods in com.atlassian.bitbucket.codeinsights.annotation with parameters of type SingleAddInsightAnnotationRequestModifier and TypeMethodDescriptionBulkAddInsightAnnotationRequest.Builder.annotationRequest
(SingleAddInsightAnnotationRequest value) Add a single annotation to the existing collection of annotations.Method parameters in com.atlassian.bitbucket.codeinsights.annotation with type arguments of type SingleAddInsightAnnotationRequestModifier and TypeMethodDescriptionBulkAddInsightAnnotationRequest.Builder.annotationRequests
(Iterable<SingleAddInsightAnnotationRequest> values) Add annotation requests to be stored with the report.Constructors in com.atlassian.bitbucket.codeinsights.annotation with parameters of type SingleAddInsightAnnotationRequestModifierConstructorDescriptionBuilder
(InsightReport report, SingleAddInsightAnnotationRequest annotationRequest) Construct a builder to update an annotation on a report.