Class AbstractInsightReportRequest.AbstractBuilder<T extends AbstractInsightReportRequest.AbstractBuilder<T>>
java.lang.Object
com.atlassian.bitbucket.codeinsights.report.AbstractInsightReportRequest.AbstractBuilder<T>
- Direct Known Subclasses:
GetInsightReportRequest.Builder
,SearchInsightReportRequest.Builder
- Enclosing class:
- AbstractInsightReportRequest
public abstract static class AbstractInsightReportRequest.AbstractBuilder<T extends AbstractInsightReportRequest.AbstractBuilder<T>>
extends Object
-
Constructor Summary
ConstructorsConstructorDescriptionAbstractBuilder
(com.atlassian.bitbucket.pull.PullRequest pullRequest) AbstractBuilder
(com.atlassian.bitbucket.repository.Repository repository, String commitId) -
Method Summary
-
Constructor Details
-
AbstractBuilder
public AbstractBuilder(@Nonnull com.atlassian.bitbucket.pull.PullRequest pullRequest) -
AbstractBuilder
public AbstractBuilder(@Nonnull com.atlassian.bitbucket.repository.Repository repository, @Nonnull String commitId)
-
-
Method Details
-
self
-