Uses of Class
org.sonar.wsclient.services.Violation

Packages that use Violation
org.sonar.wsclient.gwt.unmarshallers   
org.sonar.wsclient.services   
org.sonar.wsclient.unmarshallers   
 

Uses of Violation in org.sonar.wsclient.gwt.unmarshallers
 

Methods in org.sonar.wsclient.gwt.unmarshallers that return Violation
protected  Violation ViolationUnmarshaller.parse(com.google.gwt.json.client.JSONObject json)
           
 

Uses of Violation in org.sonar.wsclient.services
 

Methods in org.sonar.wsclient.services that return Violation
 Violation Violation.setResourceName(String resourceName)
           
 Violation Violation.setResourceQualifier(String resourceQualifier)
           
 Violation Violation.setResourceScope(String resourceScope)
           
 Violation Violation.setRuleKey(String s)
           
 Violation Violation.setRuleName(String ruleName)
           
 

Methods in org.sonar.wsclient.services that return types with arguments of type Violation
 Class<Violation> ViolationQuery.getModelClass()
           
 

Uses of Violation in org.sonar.wsclient.unmarshallers
 

Methods in org.sonar.wsclient.unmarshallers that return Violation
protected  Violation ViolationUnmarshaller.parse(org.json.simple.JSONObject json)
           
 



Copyright © 2009-2010 SonarSource. All Rights Reserved.