public static final class

DeleteInsightReportRequest.Builder

extends BuilderSupport
java.lang.Object
   ↳ com.atlassian.bitbucket.util.BuilderSupport
     ↳ com.atlassian.bitbucket.codeinsights.report.DeleteInsightReportRequest.Builder

Summary

[Expand]
Inherited Fields
From class com.atlassian.bitbucket.util.BuilderSupport
Public Constructors
Builder(Repository repository, String commitId, String key)
Create a builder for deleting reports.
Public Methods
@Nonnull DeleteInsightReportRequest build()
[Expand]
Inherited Methods
From class com.atlassian.bitbucket.util.BuilderSupport
From class java.lang.Object

Public Constructors

public Builder (Repository repository, String commitId, 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

Public Methods

@Nonnull public DeleteInsightReportRequest build ()