org.sonar.api.batch.events
Interface PostJobExecutionHandler

All Superinterfaces:
BatchComponent, BatchExtension, EventHandler, Extension

public interface PostJobExecutionHandler
extends EventHandler

Since:
3.6

Nested Class Summary
static interface PostJobExecutionHandler.PostJobExecutionEvent
          This interface is not intended to be implemented by clients.
 
Method Summary
 void onPostJobExecution(PostJobExecutionHandler.PostJobExecutionEvent event)
          Called before and after execution of PostJob.
 

Method Detail

onPostJobExecution

void onPostJobExecution(PostJobExecutionHandler.PostJobExecutionEvent event)
Called before and after execution of PostJob.



Copyright © 2009–2015 SonarSource. All rights reserved.