| Modifier and Type | Method and Description |
|---|---|
CoverageConfiguration |
CoverageConfiguration.CoverageConfigurationBuilder.build()
Creates a new instance of
CoverageConfiguration using the configured properties. |
static CoverageConfiguration |
CoverageConfiguration.from(net.sf.json.JSONObject json)
Converts the specified JSON object to a new instance if
CoverageConfiguration. |
CoverageConfiguration |
AggregatedScore.getCoverageConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
int |
AggregatedScore.addCoverageTotal(CoverageConfiguration configuration,
CoverageScore... scores)
Adds a coverage grading score.
|
| Constructor and Description |
|---|
CoverageScore(String type,
CoverageConfiguration configuration,
io.jenkins.plugins.coverage.targets.Ratio ratio)
Creates a new
CoverageScore instance. |
Copyright © 2016–2020. All rights reserved.