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

Packages that use Metric
org.sonar.wsclient.services   
org.sonar.wsclient.unmarshallers   
 

Uses of Metric in org.sonar.wsclient.services
 

Methods in org.sonar.wsclient.services that return Metric
 Metric Metric.setDescription(String description)
           
 Metric Metric.setDirection(Integer direction)
           
 Metric Metric.setDomain(String domain)
           
 Metric Metric.setHidden(Boolean hidden)
           
 Metric Metric.setKey(String key)
           
 Metric Metric.setName(String name)
           
 Metric Metric.setType(String type)
           
 Metric Metric.setUserManaged(Boolean userManaged)
           
 

Methods in org.sonar.wsclient.services that return types with arguments of type Metric
 Class<Metric> MetricUpdateQuery.getModelClass()
           
 Class<Metric> MetricCreateQuery.getModelClass()
           
 Class<Metric> MetricQuery.getModelClass()
           
 

Uses of Metric in org.sonar.wsclient.unmarshallers
 

Methods in org.sonar.wsclient.unmarshallers that return Metric
protected  Metric MetricUnmarshaller.parse(Object json)
           
 



Copyright © 2009-2014 SonarSource. All Rights Reserved.