org.sonar.api.batch
Interface PurgeContext


public interface PurgeContext

Since:
1.10

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

Method Detail

getPreviousSnapshotId

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


getLastSnapshotId

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



Copyright © 2009 SonarSource SA. All Rights Reserved.