Class ReportPathCollector

java.lang.Object
org.sonarsource.dotnet.shared.plugins.ReportPathCollector

@ScannerSide public class ReportPathCollector extends Object
  • Constructor Details

    • ReportPathCollector

      public ReportPathCollector()
  • Method Details

    • addProtobufDirs

      public void addProtobufDirs(List<Path> paths)
    • protobufDirs

      public List<Path> protobufDirs()
    • addRoslynReport

      public void addRoslynReport(List<RoslynReport> reports)
    • roslynReports

      public List<RoslynReport> roslynReports()