org.sonar.api.batch.events
Interface PostJobsPhaseHandler.PostJobsPhaseEvent

Enclosing interface:
PostJobsPhaseHandler

public static interface PostJobsPhaseHandler.PostJobsPhaseEvent

This interface is not intended to be implemented by clients.


Method Summary
 List<PostJob> getPostJobs()
           
 boolean isEnd()
           
 boolean isStart()
           
 

Method Detail

getPostJobs

List<PostJob> getPostJobs()
Returns:
list of PostJob in the order of execution

isStart

boolean isStart()

isEnd

boolean isEnd()


Copyright © 2009-2013 SonarSource. All Rights Reserved.