org.sonar.api.batch
Interface PostJob

All Superinterfaces:
BatchComponent, BatchExtension, Extension
All Known Implementing Classes:
BuildBreaker

public interface PostJob
extends BatchExtension

PostJobs are executed at the very end of batch analysis. A PostJob can't do any modification since everything is already computed (issues, measures,...).
WANRING: Do not rely on the fact that analysis results are available on server side. Even if it is true for now (synchronous storage) it will become an asynchronous processing on server side in 5.x series.

Since:
1.10

Method Summary
 void executeOn(Project project, SensorContext context)
           
 

Method Detail

executeOn

void executeOn(Project project,
               SensorContext context)


Copyright © 2009–2015 SonarSource. All rights reserved.