org.sonar.api.batch.events
Interface ProjectAnalysisHandler

All Superinterfaces:
BatchComponent, BatchExtension, EventHandler, Extension

public interface ProjectAnalysisHandler
extends EventHandler

Since:
2.8

Nested Class Summary
static interface ProjectAnalysisHandler.ProjectAnalysisEvent
          This interface is not intended to be implemented by clients.
 
Method Summary
 void onProjectAnalysis(ProjectAnalysisHandler.ProjectAnalysisEvent event)
          Called before and after analysis of project.
 

Method Detail

onProjectAnalysis

void onProjectAnalysis(ProjectAnalysisHandler.ProjectAnalysisEvent event)
Called before and after analysis of project.



Copyright © 2009-2014 SonarSource. All Rights Reserved.