org.sonar.plugins.dbcleaner.api
Interface PurgeContext


Deprecated. in 2.14

@Deprecated
public interface PurgeContext

Since:
2.5

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

Method Detail

getProject

Project getProject()
Deprecated. 

getSnapshotId

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

getPreviousSnapshotId

Integer getPreviousSnapshotId()
Deprecated. 
Can be null



Copyright © 2009-2012 SonarSource. All Rights Reserved.