org.sonar.api.batch.events
Interface ProjectAnalysisHandler.ProjectAnalysisEvent

Enclosing interface:
ProjectAnalysisHandler

public static interface ProjectAnalysisHandler.ProjectAnalysisEvent

This interface is not intended to be implemented by clients.


Method Summary
 Project getProject()
           
 boolean isEnd()
           
 boolean isStart()
           
 

Method Detail

getProject

Project getProject()

isStart

boolean isStart()

isEnd

boolean isEnd()


Copyright © 2009-2011 SonarSource. All Rights Reserved.