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

Packages that use DependencyQuery
org.sonar.wsclient.services   
 

Uses of DependencyQuery in org.sonar.wsclient.services
 

Methods in org.sonar.wsclient.services that return DependencyQuery
static DependencyQuery DependencyQuery.createForId(String id)
           
static DependencyQuery DependencyQuery.createForIncomingDependencies(String resourceIdOrKey)
          Resources that depend upon a resource
static DependencyQuery DependencyQuery.createForOutgoingDependencies(String resourceIdOrKey)
          Resources that are depended upon a resource = all the resources that a resource depends upon
static DependencyQuery DependencyQuery.createForResource(long resourceId)
           
static DependencyQuery DependencyQuery.createForResource(String resourceIdOrKey)
          Resources that depend upon or are depended upon a resource.
static DependencyQuery DependencyQuery.createForSubDependencies(String dependencyId)
           
 DependencyQuery DependencyQuery.setDirection(String direction)
           
 DependencyQuery DependencyQuery.setId(String id)
           
 DependencyQuery DependencyQuery.setParentId(String parentId)
           
 DependencyQuery DependencyQuery.setResourceId(long resourceId)
           
 DependencyQuery DependencyQuery.setResourceIdOrKey(String resourceIdOrKey)
           
 



Copyright © 2009–2014 SonarSource. All rights reserved.