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 SummaryFields inherited from class com.atlassian.bitbucket.util.BuilderSupportNOT_BLANK
- 
Constructor SummaryConstructors
- 
Method SummaryMethods inherited from class com.atlassian.bitbucket.util.BuilderSupportaddIf, addIf, addIf, addIf, addIf, addIf, checkNotBlank, requireNonBlank
- 
Constructor Details- 
Builderpublic 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- 
build
 
-