Interface CommitCodeCoverageRequest
public interface CommitCodeCoverageRequest
- Since:
- 10.0
-
Method Summary
-
Method Details
-
getCommit
- Returns:
- the commit for the coverage report
-
getPath
- Returns:
- full path of the file
-
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
-