Uses of Class
org.sonar.api.database.model.Snapshot

Packages that use Snapshot
org.sonar.api.batch   
org.sonar.api.database.daos   
org.sonar.api.database.model   
org.sonar.api.resources   
 

Uses of Snapshot in org.sonar.api.batch
 

Methods in org.sonar.api.batch that return Snapshot
 Snapshot Event.getSnapshot()
           
 

Methods in org.sonar.api.batch with parameters of type Snapshot
 void Event.setSnapshot(Snapshot snapshot)
           
 

Constructors in org.sonar.api.batch with parameters of type Snapshot
Event(String name, String description, String category, Snapshot snapshot)
           
 

Uses of Snapshot in org.sonar.api.database.daos
 

Methods in org.sonar.api.database.daos that return Snapshot
 Snapshot AsyncMeasuresDao.getPreviousSnapshot(Snapshot s)
           
 

Methods in org.sonar.api.database.daos that return types with arguments of type Snapshot
 List<Snapshot> AsyncMeasuresDao.getNextSnapshotsUntilDate(MeasureModel measure, Date date)
           
 

Methods in org.sonar.api.database.daos with parameters of type Snapshot
 Snapshot AsyncMeasuresDao.getPreviousSnapshot(Snapshot s)
           
 List<RuleFailureModel> RulesDao.getViolations(Snapshot snapshot)
           
 void AsyncMeasuresService.refresh(Snapshot snapshot)
           
 void AsyncMeasuresDao.updateAsyncMeasureSnapshot(AsyncMeasureSnapshot asyncMeasureSnapshot, Snapshot snapshot)
           
 

Uses of Snapshot in org.sonar.api.database.model
 

Methods in org.sonar.api.database.model that return Snapshot
 Snapshot Snapshot.save(DatabaseSession session)
           
 

Methods in org.sonar.api.database.model with parameters of type Snapshot
 void SnapshotSource.setSnapshot(Snapshot snapshot)
           
 

Constructors in org.sonar.api.database.model with parameters of type Snapshot
Snapshot(ResourceModel resource, Snapshot parent)
           
SnapshotSource(Snapshot snapshot, String data)
           
 

Uses of Snapshot in org.sonar.api.resources
 

Methods in org.sonar.api.resources that return Snapshot
 Snapshot Project.getSnapshot()
           
 

Methods in org.sonar.api.resources with parameters of type Snapshot
 Project Project.setDatabaseSettings(Integer projectId, Snapshot snapshot)
           
 



Copyright © 2009 SonarSource SA. All Rights Reserved.