public static final class

GetInsightReportRequest.Builder

extends AbstractInsightReportRequest.AbstractBuilder<T extends AbstractBuilder<T>>
java.lang.Object
   ↳ com.atlassian.bitbucket.codeinsights.report.AbstractInsightReportRequest.AbstractBuilder<T extends com.atlassian.bitbucket.codeinsights.report.AbstractInsightReportRequest.AbstractBuilder<T>>
     ↳ com.atlassian.bitbucket.codeinsights.report.GetInsightReportRequest.Builder

Summary

Public Constructors
Builder(PullRequest pullRequest, String key)
Builder(Repository repository, String commitId, String key)
Public Methods
@Nonnull GetInsightReportRequest build()
Protected Methods
@Nonnull GetInsightReportRequest.Builder self()
[Expand]
Inherited Methods
From class com.atlassian.bitbucket.codeinsights.report.AbstractInsightReportRequest.AbstractBuilder
From class java.lang.Object

Public Constructors

public Builder (PullRequest pullRequest, String key)

public Builder (Repository repository, String commitId, String key)

Public Methods

@Nonnull public GetInsightReportRequest build ()

Protected Methods

@Nonnull protected GetInsightReportRequest.Builder self ()