Uses of Class
org.sonar.api.design.DependencyDto

Packages that use DependencyDto
org.sonar.api.design   
 

Uses of DependencyDto in org.sonar.api.design
 

Methods in org.sonar.api.design that return DependencyDto
 DependencyDto DependencyDto.setFromResourceId(Integer fromResourceId)
           
 DependencyDto DependencyDto.setFromScope(String fromScope)
           
 DependencyDto DependencyDto.setFromSnapshotId(Integer fromSnapshotId)
           
 DependencyDto DependencyDto.setParentDependencyId(Long parentDependencyId)
           
 DependencyDto DependencyDto.setProjectSnapshotId(Integer projectSnapshotId)
           
 DependencyDto DependencyDto.setToResourceId(Integer toResourceId)
           
 DependencyDto DependencyDto.setToScope(String toScope)
           
 DependencyDto DependencyDto.setToSnapshotId(Integer toSnapshotId)
           
 DependencyDto DependencyDto.setUsage(String usage)
           
 DependencyDto DependencyDto.setWeight(Integer weight)
           
 



Copyright © 2009-2014 SonarSource. All Rights Reserved.