| Package | Description |
|---|---|
| hudson.plugins.clover.targets |
| Modifier and Type | Method and Description |
|---|---|
static CoverageMetric |
CoverageMetric.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CoverageMetric[] |
CoverageMetric.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Set<CoverageMetric> |
CoverageTarget.getFailingMetrics(AbstractCloverMetrics coverage) |
Map<CoverageMetric,Integer> |
CoverageTarget.getRangeScores(CoverageTarget min,
AbstractCloverMetrics coverage) |
Copyright © 2004-2021. All Rights Reserved.