org.sonar.batch.events
Interface BatchStepHandler.BatchStepEvent

All Known Implementing Classes:
BatchStepEvent
Enclosing interface:
BatchStepHandler

public static interface BatchStepHandler.BatchStepEvent

This interface is not intended to be implemented by clients.


Method Summary
 boolean isEnd()
           
 boolean isStart()
           
 String stepName()
           
 

Method Detail

stepName

String stepName()

isStart

boolean isStart()

isEnd

boolean isEnd()


Copyright © 2009–2015 SonarSource. All rights reserved.