Constructor and Description |
---|
CoverageReportAction(Coverage coverage,
Coverage expectedCoverage,
CoverageRateType coverageType) |
Modifier and Type | Method and Description |
---|---|
Coverage |
BuildStepService.getExpectedCoverage(ComparisonOption comparisonOption) |
Modifier and Type | Class and Description |
---|---|
class |
CoberturaCoverage |
class |
DefaultCoverage |
class |
JacocoCoverage |
class |
XmlCoverage |
Modifier and Type | Method and Description |
---|---|
Coverage |
CoberturaParser.parse(hudson.FilePath filepath) |
Coverage |
JacocoParser.parse(hudson.FilePath filepath) |
Coverage |
CoverageParser.parse(hudson.FilePath filepath) |
Modifier and Type | Method and Description |
---|---|
Coverage |
SonarClient.getCoverageForProject(String projectKey)
Fetches the coverage statistics for a given sonar project
|
Modifier and Type | Method and Description |
---|---|
Coverage |
SonarCoverageParser.parse(net.sf.json.JSONObject jsonResponse) |
Copyright © 2016–2021. All rights reserved.