Class AbstractInsightReportRequest

java.lang.Object
com.atlassian.bitbucket.codeinsights.report.AbstractInsightReportRequest
Direct Known Subclasses:
GetInsightReportRequest, SearchInsightReportRequest

public abstract class AbstractInsightReportRequest extends Object
Since:
5.15
  • Constructor Details

  • Method Details

    • getCommitId

      @Nonnull public String getCommitId()
    • getPullRequest

      @Nonnull public Optional<com.atlassian.bitbucket.pull.PullRequest> getPullRequest()
    • getRepository

      @Nonnull public com.atlassian.bitbucket.repository.Repository getRepository()