org.sonar.batch.phases.event
Interface PersistersPhaseHandler

All Superinterfaces:
BatchComponent, BatchExtension, EventHandler, Extension
All Known Implementing Classes:
PhasesSumUpTimeProfiler

public interface PersistersPhaseHandler
extends EventHandler


Nested Class Summary
static interface PersistersPhaseHandler.PersistersPhaseEvent
          This interface is not intended to be implemented by clients.
 
Method Summary
 void onPersistersPhase(PersistersPhaseHandler.PersistersPhaseEvent event)
          Called before and after execution of all ScanPersisters.
 

Method Detail

onPersistersPhase

void onPersistersPhase(PersistersPhaseHandler.PersistersPhaseEvent event)
Called before and after execution of all ScanPersisters.



Copyright © 2009–2015 SonarSource. All rights reserved.