Interface CodeCoverageProvider
@ParametersAreNonnullByDefault
public interface CodeCoverageProvider
- Since:
- 6.8
-
Method Summary
Modifier and TypeMethodDescriptionvoid
streamCoverage
(com.atlassian.bitbucket.codeinsights.coverage.CodeCoverageRequest request, com.atlassian.bitbucket.codeinsights.coverage.CodeCoverageCallback callback) Streams the code coverage for the givenrequest
to thecallback
.
-
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 givenrequest
to thecallback
.- Parameters:
request
- a request describing the coverage to streamcallback
- a callback which operates on the files in a coverage report
-