public class ViolationSeverityUpdater extends Object implements Decorator
| Constructor and Description |
|---|
ViolationSeverityUpdater(ReviewDao reviewDao) |
| Modifier and Type | Method and Description |
|---|---|
void |
decorate(Resource resource,
DecoratorContext context) |
Class |
dependsUponViolationTracking() |
boolean |
shouldExecuteOnProject(Project project) |
String |
toString() |
public ViolationSeverityUpdater(ReviewDao reviewDao)
public boolean shouldExecuteOnProject(Project project)
shouldExecuteOnProject in interface CheckProjectpublic Class dependsUponViolationTracking()
public void decorate(Resource resource, DecoratorContext context)
Copyright © 2009-2012 SonarSource. All Rights Reserved.