Class DeleteInsightReportRequest.Builder

java.lang.Object
com.atlassian.bitbucket.util.BuilderSupport
com.atlassian.bitbucket.codeinsights.report.DeleteInsightReportRequest.Builder
Enclosing class:
DeleteInsightReportRequest

public static final class DeleteInsightReportRequest.Builder extends com.atlassian.bitbucket.util.BuilderSupport
  • Field Summary

    Fields inherited from class com.atlassian.bitbucket.util.BuilderSupport

    NOT_BLANK
  • Constructor Summary

    Constructors
    Constructor
    Description
    Builder(com.atlassian.bitbucket.repository.Repository repository, String commitId, String key)
    Create a builder for deleting reports.
  • Method Summary

    Modifier and Type
    Method
    Description
     

    Methods inherited from class com.atlassian.bitbucket.util.BuilderSupport

    addIf, addIf, addIf, addIf, addIf, addIf, checkNotBlank, requireNonBlank

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • Builder

      public Builder(@Nonnull com.atlassian.bitbucket.repository.Repository repository, @Nonnull String commitId, @Nonnull String key)
      Create a builder for deleting reports.
      Parameters:
      repository - repository that the report exists in
      commitId - commit id that the report is saved for
      key - key of the report to delete
  • Method Details