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

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

Uses of Dependency in org.sonar.wsclient.services
 

Methods in org.sonar.wsclient.services that return Dependency
 Dependency Dependency.setFromId(Long fromId)
           
 Dependency Dependency.setFromKey(String fromKey)
           
 Dependency Dependency.setFromName(String fromName)
           
 Dependency Dependency.setFromQualifier(String fromQualifier)
           
 Dependency Dependency.setId(String id)
           
 Dependency Dependency.setToId(Long toId)
           
 Dependency Dependency.setToKey(String toKey)
           
 Dependency Dependency.setToName(String toName)
           
 Dependency Dependency.setToQualifier(String toQualifier)
           
 Dependency Dependency.setUsage(String usage)
           
 Dependency Dependency.setWeight(Integer weight)
           
 

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

Uses of Dependency in org.sonar.wsclient.unmarshallers
 

Methods in org.sonar.wsclient.unmarshallers that return Dependency
protected  Dependency DependencyUnmarshaller.parse(Object json)
           
 



Copyright © 2009-2014 SonarSource. All Rights Reserved.