org.sonar.batch.phases
Class SensorsExecutor

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

public class SensorsExecutor
extends Object
implements BatchComponent


Constructor Summary
SensorsExecutor(BatchExtensionDictionnary selector, Project project, DefaultModuleFileSystem fs, MavenPluginExecutor mavenExecutor, EventBus eventBus, DatabaseSession session, SensorMatcher sensorMatcher)
           
 
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

SensorsExecutor

public SensorsExecutor(BatchExtensionDictionnary selector,
                       Project project,
                       DefaultModuleFileSystem fs,
                       MavenPluginExecutor mavenExecutor,
                       EventBus eventBus,
                       DatabaseSession session,
                       SensorMatcher sensorMatcher)
Method Detail

execute

public void execute(SensorContext context)


Copyright © 2009–2015 SonarSource. All rights reserved.