public class CoverageScore extends Score
AggregatedScore impact of code coverage results. These results are obtained by inspecting a CoverageConfiguration instance of the Code Coverage API plugin.| Constructor and Description |
|---|
CoverageScore(String type,
CoverageConfiguration configuration,
io.jenkins.plugins.coverage.targets.Ratio ratio)
Creates a new
CoverageScore instance. |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
int |
getCoveredSize() |
int |
getMissedSize() |
int |
hashCode() |
getId, getName, getTotalImpactpublic CoverageScore(String type, CoverageConfiguration configuration, io.jenkins.plugins.coverage.targets.Ratio ratio)
CoverageScore instance.type - coverage type (like line or branch coverage)configuration - the grading configurationratio - the coverage ratioCopyright © 2016–2020. All rights reserved.