org.sonar.core.resource
Interface ResourceMapper


public interface ResourceMapper


Method Summary
 List<ResourceDto> selectDescendantProjects(long rootProjectId)
           
 ResourceDto selectResource(long id)
           
 SnapshotDto selectSnapshot(Long snapshotId)
           
 

Method Detail

selectSnapshot

SnapshotDto selectSnapshot(Long snapshotId)

selectResource

ResourceDto selectResource(long id)

selectDescendantProjects

List<ResourceDto> selectDescendantProjects(long rootProjectId)


Copyright © 2009-2012 SonarSource. All Rights Reserved.