org.sonar.batch.scan.report
Class JsonReport

java.lang.Object
  extended by org.sonar.batch.scan.report.JsonReport
All Implemented Interfaces:
BatchComponent

public class JsonReport
extends Object
implements BatchComponent

Since:
3.6

Constructor Summary
JsonReport(Settings settings, FileSystem fileSystem, Server server, RuleFinder ruleFinder, IssueCache issueCache, EventBus eventBus, AnalysisMode analysisMode, UserFinder userFinder, Project rootModule, InputPathCache fileCache)
           
 
Method Summary
 void execute()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JsonReport

public JsonReport(Settings settings,
                  FileSystem fileSystem,
                  Server server,
                  RuleFinder ruleFinder,
                  IssueCache issueCache,
                  EventBus eventBus,
                  AnalysisMode analysisMode,
                  UserFinder userFinder,
                  Project rootModule,
                  InputPathCache fileCache)
Method Detail

execute

public void execute()


Copyright © 2009–2015 SonarSource. All rights reserved.