public final class NewCoverageAggregator extends Object implements Decorator
| Constructor and Description |
|---|
NewCoverageAggregator() |
| Modifier and Type | Method and Description |
|---|---|
void |
decorate(Resource resource,
DecoratorContext context) |
List<Metric> |
generatesNewCoverageMetrics() |
boolean |
shouldExecuteOnProject(Project project) |
public NewCoverageAggregator()
public boolean shouldExecuteOnProject(Project project)
shouldExecuteOnProject in interface CheckProjectpublic List<Metric> generatesNewCoverageMetrics()
public void decorate(Resource resource, DecoratorContext context)
Copyright © 2009-2012 SonarSource. All Rights Reserved.