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 -
Method Summary
Methods inherited from class com.atlassian.bitbucket.util.BuilderSupport
addIf, addIf, addIf, addIf, addIf, addIf, checkNotBlank, requireNonBlank
-
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 incommitId
- commit id that the report is saved forkey
- key of the report to delete
-
-
Method Details
-
build
-