public class ReviewDatabaseStore extends Object implements ReviewStore, ServerComponent
| Constructor and Description |
|---|
ReviewDatabaseStore(MyBatis mb) |
| Modifier and Type | Method and Description |
|---|---|
void |
completeProjectSettings(Long projectId,
Settings settings,
List<String> propertyKeys) |
void |
store(DefaultReview review) |
public ReviewDatabaseStore(MyBatis mb)
public void store(DefaultReview review)
store in interface ReviewStorepublic void completeProjectSettings(Long projectId, Settings settings, List<String> propertyKeys)
completeProjectSettings in interface ReviewStoreCopyright © 2009-2012 SonarSource. All Rights Reserved.