Class SetInsightAnnotationRequest.Builder

java.lang.Object
com.atlassian.bitbucket.util.BuilderSupport
com.atlassian.bitbucket.codeinsights.annotation.SetInsightAnnotationRequest.Builder
Enclosing class:
SetInsightAnnotationRequest

public static final class SetInsightAnnotationRequest.Builder extends com.atlassian.bitbucket.util.BuilderSupport
  • Constructor Details

    • Builder

      public Builder(@Nonnull InsightReport report, @Nonnull SingleAddInsightAnnotationRequest annotationRequest)
      Construct a builder to update an annotation on a report.
      Parameters:
      report - report to which the annotations belong
      annotationRequest - the new annotation details
  • Method Details