Class SetInsightReportRequest

java.lang.Object
com.atlassian.bitbucket.codeinsights.report.SetInsightReportRequest

public class SetInsightReportRequest extends Object
Request object used to create an insight report.
Since:
5.15
  • Method Details

    • getCommitId

      @Nonnull public String getCommitId()
    • getCoverageProviderKey

      @Nullable public String getCoverageProviderKey()
      Returns:
      a key representing the coverage provider
      Since:
      6.8
    • getData

      @Nonnull public List<InsightReportData> getData()
    • getDetails

      @Nullable public String getDetails()
    • getKey

      @Nonnull public String getKey()
    • getLink

      @Nullable public URI getLink()
    • getLogoUrl

      @Nullable public URI getLogoUrl()
    • getRepository

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

      @Nullable public InsightResult getResult()
    • getTitle

      @Nonnull public String getTitle()
    • getReporter

      @Nullable public String getReporter()