org.sonar.api.batch
Interface Purge

All Superinterfaces:
BatchExtension, Extension

public interface Purge
extends BatchExtension

Extension point to purge data.

It is executed when the batch finishes.


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 SonarSource SA. All Rights Reserved.