Uses of Class
org.sonar.api.web.gwt.client.webservices.Violation

Packages that use Violation
org.sonar.api.web.gwt.client.webservices   
 

Uses of Violation in org.sonar.api.web.gwt.client.webservices
 

Methods in org.sonar.api.web.gwt.client.webservices that return types with arguments of type Violation
 List<Violation> Violations.getAll()
          Deprecated.  
 Map<Integer,List<Violation>> Violations.getByLines()
          Deprecated.  
 

Methods in org.sonar.api.web.gwt.client.webservices with parameters of type Violation
 void Violations.add(Violation v)
          Deprecated.  
 

Constructor parameters in org.sonar.api.web.gwt.client.webservices with type arguments of type Violation
Violations(List<Violation> violations)
          Deprecated.  
 



Copyright © 2009-2011 SonarSource. All Rights Reserved.