Uses of Class
org.sonar.api.batch.PurgeContext

Packages that use PurgeContext
org.sonar.api.batch   
 

Uses of PurgeContext in org.sonar.api.batch
 

Methods in org.sonar.api.batch that return PurgeContext
 PurgeContext PurgeContext.setCurrentSnapshotId(java.lang.Integer currentSid)
           
 PurgeContext PurgeContext.setLastSnapshotId(java.lang.Integer lastSid)
           
 

Methods in org.sonar.api.batch with parameters of type PurgeContext
 void Purge.purge(PurgeContext context)
          Snapshots include the current snapshot (flagged as last) and optionally the penultimate one.
 



Copyright © 2009-2010 SonarSource. All Rights Reserved.