|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.sonar.api.violations.ViolationQuery
public final class ViolationQuery
Class that allows to query the Sonar index about violations.
| Nested Class Summary | |
|---|---|
static class |
ViolationQuery.SwitchMode
|
| Method Summary | |
|---|---|
static ViolationQuery |
create()
Creates a new ViolationQuery object. |
ViolationQuery |
forResource(Resource resource)
Specifies the resource which violations are search from. |
Resource |
getResource()
Returns the resource which violations are search from. |
ViolationQuery.SwitchMode |
getSwitchMode()
|
boolean |
isSwitchedOff()
Tells if the query should return only switched-off violations. |
ViolationQuery |
setSwitchedOff(boolean b)
Specifies if the query should return only switched-off violations. |
ViolationQuery |
setSwitchMode(ViolationQuery.SwitchMode s)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static ViolationQuery create()
ViolationQuery object.
public ViolationQuery setSwitchedOff(boolean b)
b - if true, the query will return only switched-off violations. if false, it will return only active violations.
public boolean isSwitchedOff()
public ViolationQuery.SwitchMode getSwitchMode()
public ViolationQuery setSwitchMode(ViolationQuery.SwitchMode s)
public ViolationQuery forResource(Resource resource)
resource - the resourcepublic Resource getResource()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||