|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.sonar.api.web.gwt.client.webservices.ResponsePOJO
org.sonar.api.web.gwt.client.webservices.Violations
@Deprecated public class Violations
| Constructor Summary | |
|---|---|
Violations()
Deprecated. |
|
Violations(List<Violation> violations)
Deprecated. |
|
| Method Summary | |
|---|---|
void |
add(Violation v)
Deprecated. |
int |
countForLine(Integer line)
Deprecated. |
List<Violation> |
getAll()
Deprecated. |
Map<Integer,List<Violation>> |
getByLines()
Deprecated. |
String |
getLevelForLine(Integer line)
Deprecated. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Violations(List<Violation> violations)
public Violations()
| Method Detail |
|---|
public void add(Violation v)
public List<Violation> getAll()
public Map<Integer,List<Violation>> getByLines()
public String getLevelForLine(Integer line)
public int countForLine(Integer line)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||