org.sonar.api.batch
Interface Purge

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

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)
          Snapshots include the current snapshot (flagged as last) and optionally the penultimate one.
 

Method Detail

purge

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



Copyright © 2009-2010 SonarSource. All Rights Reserved.