Interface CommitCodeCoverageRequest


public interface CommitCodeCoverageRequest
Since:
10.0
  • Method Details

    • getCommit

      @Nonnull String getCommit()
      Returns:
      the commit for the coverage report
    • getPath

      @Nonnull String getPath()
      Returns:
      full path of the file
    • getReportKey

      @Nonnull String getReportKey()
      Returns:
      the key of the insight report relating to the code coverage
    • getRepository

      @Nonnull com.atlassian.bitbucket.repository.Repository getRepository()
      Returns:
      the repository for the coverage report