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 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

      @Nonnull protected abstract T self()