public abstract class

AbstractInsightReportRequest

extends Object
java.lang.Object
   ↳ com.atlassian.bitbucket.codeinsights.report.AbstractInsightReportRequest
Known Direct Subclasses

Summary

Nested Classes
class AbstractInsightReportRequest.AbstractBuilder<T extends AbstractBuilder<T>>  
Protected Constructors
AbstractInsightReportRequest(AbstractBuilder builder)
Public Methods
@Nonnull String getCommitId()
@Nonnull Optional<PullRequest> getPullRequest()
@Nonnull Repository getRepository()
[Expand]
Inherited Methods
From class java.lang.Object

Protected Constructors

protected AbstractInsightReportRequest (AbstractBuilder builder)

Public Methods

@Nonnull public String getCommitId ()

@Nonnull public Optional<PullRequest> getPullRequest ()

@Nonnull public Repository getRepository ()