|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.sonar.batch.ViolationsDao
public class ViolationsDao
| Constructor Summary | |
|---|---|
ViolationsDao(RulesProfile profile,
DatabaseSession session,
RulesDao rulesDao,
Project project)
|
|
| Method Summary | |
|---|---|
List<Violation> |
getViolations(Resource resource,
Integer snapshotId)
|
void |
saveViolation(Snapshot snapshot,
Violation violation)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ViolationsDao(RulesProfile profile,
DatabaseSession session,
RulesDao rulesDao,
Project project)
| Method Detail |
|---|
public List<Violation> getViolations(Resource resource,
Integer snapshotId)
public void saveViolation(Snapshot snapshot,
Violation violation)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||