org.sonar.api.batch
Interface Purge

All Superinterfaces:
BatchComponent, BatchExtension, Extension
All Known Implementing Classes:
AbstractPurge, AbstractPurge

Deprecated. since 2.5. The DBCleaner plugin implements all required purge taks.

@Deprecated
public interface Purge
extends BatchExtension

Extension point to purge data.

It is executed when the batch finishes.

Since:
1.10

Method Summary
 void purge(PurgeContext context)
          Deprecated. Snapshots include the current snapshot (flagged as last) and optionally the penultimate one.
 

Method Detail

purge

void purge(PurgeContext context)
Deprecated. 
Snapshots include the current snapshot (flagged as last) and optionally the penultimate one.



Copyright © 2009-2012 SonarSource. All Rights Reserved.