org.sonar.api.batch.events
Interface PostJobsPhaseHandler

All Superinterfaces:
BatchComponent, BatchExtension, EventHandler, Extension

public interface PostJobsPhaseHandler
extends EventHandler

Since:
3.6

Nested Class Summary
static interface PostJobsPhaseHandler.PostJobsPhaseEvent
          This interface is not intended to be implemented by clients.
 
Method Summary
 void onPostJobsPhase(PostJobsPhaseHandler.PostJobsPhaseEvent event)
          Called before and after execution of all PostJobs.
 

Method Detail

onPostJobsPhase

void onPostJobsPhase(PostJobsPhaseHandler.PostJobsPhaseEvent event)
Called before and after execution of all PostJobs.



Copyright © 2009–2015 SonarSource. All rights reserved.