Interface CodeCoverageProvider


@ParametersAreNonnullByDefault public interface CodeCoverageProvider
Since:
6.8
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    streamCoverage(com.atlassian.bitbucket.codeinsights.coverage.CodeCoverageRequest request, com.atlassian.bitbucket.codeinsights.coverage.CodeCoverageCallback callback)
    Streams the code coverage for the given request to the callback.
  • Method Details

    • streamCoverage

      void streamCoverage(com.atlassian.bitbucket.codeinsights.coverage.CodeCoverageRequest request, com.atlassian.bitbucket.codeinsights.coverage.CodeCoverageCallback callback)
      Streams the code coverage for the given request to the callback.
      Parameters:
      request - a request describing the coverage to stream
      callback - a callback which operates on the files in a coverage report