org.sonar.batch.phases
Class PostJobsExecutor

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

public class PostJobsExecutor
extends Object
implements BatchComponent


Constructor Summary
PostJobsExecutor(BatchExtensionDictionnary selector, Project project, ProjectDefinition projectDefinition, MavenPluginExecutor mavenExecutor)
           
 
Method Summary
 void execute(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(BatchExtensionDictionnary selector,
                        Project project,
                        ProjectDefinition projectDefinition,
                        MavenPluginExecutor mavenExecutor)
Method Detail

execute

public void execute(SensorContext context)


Copyright © 2009-2012 SonarSource. All Rights Reserved.