org.sonar.api.batch.events
Interface PostJobExecutionHandler.PostJobExecutionEvent

Enclosing interface:
PostJobExecutionHandler

public static interface PostJobExecutionHandler.PostJobExecutionEvent

This interface is not intended to be implemented by clients.


Method Summary
 PostJob getPostJob()
           
 boolean isEnd()
           
 boolean isStart()
           
 

Method Detail

getPostJob

PostJob getPostJob()

isStart

boolean isStart()

isEnd

boolean isEnd()


Copyright © 2009-2014 SonarSource. All Rights Reserved.