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   
 

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(java.lang.String name, java.lang.String description, java.lang.String category, Snapshot snapshot)
           
PurgeContext(Snapshot currentSnapshot)
           
PurgeContext(Snapshot currentSnapshot, Snapshot lastSnapshot)
           
 

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
 java.util.List<Snapshot> AsyncMeasuresDao.getNextSnapshotsUntilDate(MeasureModel measure, java.util.Date date)
           
 

Methods in org.sonar.api.database.daos with parameters of type Snapshot
 Snapshot AsyncMeasuresDao.getPreviousSnapshot(Snapshot s)
           
 java.util.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, java.lang.String source)
           
 



Copyright © 2009-2010 SonarSource. All Rights Reserved.