org.sonar.plugins.dbcleaner.api
Interface PurgeContext

All Known Implementing Classes:
DefaultPurgeContext

public interface PurgeContext

Since:
2.5

Method Summary
 Integer getPreviousSnapshotId()
          Can be null
 Project getProject()
           
 Integer getSnapshotId()
           
 

Method Detail

getProject

Project getProject()

getSnapshotId

Integer getSnapshotId()
Returns:
the snapshot id of the current project

getPreviousSnapshotId

Integer getPreviousSnapshotId()
Can be null



Copyright © 2009-2012 SonarSource. All Rights Reserved.