Uses of Class
org.sonar.core.resource.SnapshotDto

Packages that use SnapshotDto
org.sonar.core.resource   
 

Uses of SnapshotDto in org.sonar.core.resource
 

Methods in org.sonar.core.resource that return SnapshotDto
 SnapshotDto ResourceMapper.selectSnapshot(Long snapshotId)
           
 SnapshotDto SnapshotDto.setBuildDate(Date buildDate)
           
 SnapshotDto SnapshotDto.setDate(Date date)
           
 SnapshotDto SnapshotDto.setDepth(Integer depth)
           
 SnapshotDto SnapshotDto.setId(Long id)
           
 SnapshotDto SnapshotDto.setLast(Boolean last)
           
 SnapshotDto SnapshotDto.setParentId(Long parentId)
           
 SnapshotDto SnapshotDto.setPath(String path)
           
 SnapshotDto SnapshotDto.setPurgeStatus(Integer purgeStatus)
           
 SnapshotDto SnapshotDto.setQualifier(String qualifier)
           
 SnapshotDto SnapshotDto.setResourceId(Long resourceId)
           
 SnapshotDto SnapshotDto.setRootId(Long rootId)
           
 SnapshotDto SnapshotDto.setRootProjectId(Long rootProjectId)
           
 SnapshotDto SnapshotDto.setScope(String scope)
           
 SnapshotDto SnapshotDto.setStatus(String status)
           
 SnapshotDto SnapshotDto.setVersion(String version)
           
 



Copyright © 2009-2012 SonarSource. All Rights Reserved.