org.sonar.batch.events
Interface BatchStepHandler

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

public interface BatchStepHandler
extends EventHandler

Since:
3.7

Nested Class Summary
static interface BatchStepHandler.BatchStepEvent
          This interface is not intended to be implemented by clients.
 
Method Summary
 void onBatchStep(BatchStepHandler.BatchStepEvent event)
          Called before and after execution of each final step of project analysis
 

Method Detail

onBatchStep

void onBatchStep(BatchStepHandler.BatchStepEvent event)
Called before and after execution of each final step of project analysis



Copyright © 2009–2015 SonarSource. All rights reserved.