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.batch   
org.sonar.batch.indexer   
 

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)
           
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
 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 source)
           
 

Uses of Snapshot in org.sonar.batch
 

Methods in org.sonar.batch with parameters of type Snapshot
 void ViolationsDao.saveViolation(Snapshot snapshot, Violation violation)
           
 

Constructors in org.sonar.batch with parameters of type Snapshot
FinalizeSnapshotsJob(ServerHttpClient server, DatabaseSession session, Purge[] purges, Snapshot snapshot)
           
 

Uses of Snapshot in org.sonar.batch.indexer
 

Methods in org.sonar.batch.indexer that return Snapshot
protected  Snapshot LibraryPersister.createSnapshot(Bucket<Library> bucket, ResourceModel resourceModel)
           
protected  Snapshot ProjectPersister.createSnapshot(Bucket<Project> bucket, ResourceModel resourceModel)
           
protected abstract  Snapshot ResourcePersister.createSnapshot(Bucket<RESOURCE> bucket, ResourceModel resourceModel)
           
protected  Snapshot DefaultPersister.createSnapshot(Bucket bucket, ResourceModel resourceModel)
           
 Snapshot Bucket.getSnapshot()
           
 

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



Copyright © 2009-2010 SonarSource SA. All Rights Reserved.