public static abstract class

AbstractInsightReportRequest.AbstractBuilder

extends Object
java.lang.Object
   ↳ com.atlassian.bitbucket.codeinsights.report.AbstractInsightReportRequest.AbstractBuilder<T extends com.atlassian.bitbucket.codeinsights.report.AbstractInsightReportRequest.AbstractBuilder<T>>
Known Direct Subclasses

Summary

Public Constructors
AbstractBuilder(PullRequest pullRequest)
AbstractBuilder(Repository repository, String commitId)
Protected Methods
@Nonnull abstract T self()
[Expand]
Inherited Methods
From class java.lang.Object

Public Constructors

public AbstractBuilder (PullRequest pullRequest)

public AbstractBuilder (Repository repository, String commitId)

Protected Methods

@Nonnull protected abstract T self ()