org.sonar.batch
Class PostJobsExecutor

java.lang.Object
  extended by org.sonar.batch.PostJobsExecutor
All Implemented Interfaces:
CoreJob

public class PostJobsExecutor
extends Object
implements CoreJob


Constructor Summary
protected PostJobsExecutor(Collection<PostJob> postJobs, MavenPluginExecutor mavenExecutor)
           
  PostJobsExecutor(Project project, BatchExtensionDictionnary selector, MavenPluginExecutor mavenExecutor)
           
 
Method Summary
 void execute(Project project, SensorContext context)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PostJobsExecutor

public PostJobsExecutor(Project project,
                        BatchExtensionDictionnary selector,
                        MavenPluginExecutor mavenExecutor)

PostJobsExecutor

protected PostJobsExecutor(Collection<PostJob> postJobs,
                           MavenPluginExecutor mavenExecutor)
Method Detail

execute

public void execute(Project project,
                    SensorContext context)
Specified by:
execute in interface CoreJob


Copyright © 2009-2010 SonarSource SA. All Rights Reserved.