org.sonar.api.batch
Class AbstractPurge

java.lang.Object
  extended by org.sonar.core.purge.AbstractPurge
      extended by org.sonar.api.batch.AbstractPurge
All Implemented Interfaces:
Purge, BatchComponent, BatchExtension, Extension

Deprecated. database components have been moved to sonar-database. Please extend org.sonar.core.purge.AbstractPurge.

@Deprecated
public abstract class AbstractPurge
extends org.sonar.core.purge.AbstractPurge

Since:
1.10

Constructor Summary
AbstractPurge(DatabaseSession session)
          Deprecated.  
 
Method Summary
 
Methods inherited from class org.sonar.core.purge.AbstractPurge
deleteDependencies, deleteMeasuresById, deleteMeasuresBySnapshotId, deleteSnapshotData, deleteSnapshots, deleteSources, deleteViolations, executeQuery, getSession, selectIds
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.sonar.api.batch.Purge
purge
 

Constructor Detail

AbstractPurge

public AbstractPurge(DatabaseSession session)
Deprecated. 


Copyright © 2009-2011 SonarSource. All Rights Reserved.