org.sonar.api.web.gwt.client.webservices
Class Violations

java.lang.Object
  extended by org.sonar.api.web.gwt.client.webservices.ResponsePOJO
      extended by org.sonar.api.web.gwt.client.webservices.Violations

Deprecated. since 2.5

@Deprecated
public class Violations
extends ResponsePOJO


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

Violations

public Violations(List<Violation> violations)
Deprecated. 

Violations

public Violations()
Deprecated. 
Method Detail

add

public void add(Violation v)
Deprecated. 

getAll

public List<Violation> getAll()
Deprecated. 

getByLines

public Map<Integer,List<Violation>> getByLines()
Deprecated. 

getLevelForLine

public String getLevelForLine(Integer line)
Deprecated. 

countForLine

public int countForLine(Integer line)
Deprecated. 


Copyright © 2009-2011 SonarSource. All Rights Reserved.