org.sonar.api.batch
Interface PurgeContext


public interface PurgeContext


Method Summary
 java.lang.Integer getCurrentSnapshotId()
          id of the current snapshot, that should probably not be purged !
 java.lang.Integer getLastSnapshotId()
          id of the previous snapshot to purge.
 

Method Detail

getLastSnapshotId

java.lang.Integer getLastSnapshotId()
id of the previous snapshot to purge.


getCurrentSnapshotId

java.lang.Integer getCurrentSnapshotId()
id of the current snapshot, that should probably not be purged !



Copyright © 2009 SonarSource SA. All Rights Reserved.