org.sonar.api.batch.events
Interface SensorsPhaseHandler.SensorsPhaseEvent

Enclosing interface:
SensorsPhaseHandler

public static interface SensorsPhaseHandler.SensorsPhaseEvent

This interface is not intended to be implemented by clients.


Method Summary
 List<Sensor> getSensors()
           
 boolean isEnd()
           
 boolean isStart()
           
 

Method Detail

getSensors

List<Sensor> getSensors()
Returns:
list of Sensors in the order of execution

isStart

boolean isStart()

isEnd

boolean isEnd()


Copyright © 2009-2013 SonarSource. All Rights Reserved.