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

Packages that use RuleParam
org.sonar.wsclient.services   
 

Uses of RuleParam in org.sonar.wsclient.services
 

Methods in org.sonar.wsclient.services that return RuleParam
 RuleParam RuleParam.setDescription(String description)
           
 RuleParam RuleParam.setName(String name)
           
 RuleParam RuleParam.setValue(String value)
           
 

Methods in org.sonar.wsclient.services that return types with arguments of type RuleParam
 List<RuleParam> Rule.getParams()
           
 

Method parameters in org.sonar.wsclient.services with type arguments of type RuleParam
 void Rule.setParams(List<RuleParam> params)
           
 



Copyright © 2009-2011 SonarSource. All Rights Reserved.