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(Integer currentSid)
           
 PurgeContext PurgeContext.setLastSnapshotId(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 SA. All Rights Reserved.