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, DefaultModuleFileSystem fs, MavenPluginExecutor mavenExecutor, EventBus eventBus)
           
 
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,
                        DefaultModuleFileSystem fs,
                        MavenPluginExecutor mavenExecutor,
                        EventBus eventBus)
Method Detail

execute

public void execute(SensorContext context)


Copyright © 2009–2015 SonarSource. All rights reserved.