org.sonar.api.batch
Interface PurgeContext


public interface PurgeContext


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

Method Detail

getPreviousSnapshotId

java.lang.Integer getPreviousSnapshotId()
id of the previous "last snapshot" to purge. Can be null.


getLastSnapshotId

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



Copyright © 2009 SonarSource SA. All Rights Reserved.