Uses of Class
org.sonar.plugins.python.warnings.AnalysisWarningsWrapper
-
Packages that use AnalysisWarningsWrapper Package Description org.sonar.plugins.python org.sonar.plugins.python.coverage org.sonar.plugins.python.xunit -
-
Uses of AnalysisWarningsWrapper in org.sonar.plugins.python
Methods in org.sonar.plugins.python with parameters of type AnalysisWarningsWrapper Modifier and Type Method Description static List<File>PythonReportSensor. getReports(org.sonar.api.config.Configuration conf, String baseDirPath, String reportPathPropertyKey, String reportPath, AnalysisWarningsWrapper analysisWarnings)Constructors in org.sonar.plugins.python with parameters of type AnalysisWarningsWrapper Constructor Description PythonReportSensor(org.sonar.api.config.Configuration conf, AnalysisWarningsWrapper analysisWarnings, String reportType)PythonSensor(org.sonar.api.measures.FileLinesContextFactory fileLinesContextFactory, org.sonar.api.batch.rule.CheckFactory checkFactory, org.sonar.api.issue.NoSonarFilter noSonarFilter, PythonCustomRuleRepository[] customRuleRepositories, PythonIndexer indexer, AnalysisWarningsWrapper analysisWarnings)PythonSensor(org.sonar.api.measures.FileLinesContextFactory fileLinesContextFactory, org.sonar.api.batch.rule.CheckFactory checkFactory, org.sonar.api.issue.NoSonarFilter noSonarFilter, PythonCustomRuleRepository[] customRuleRepositories, AnalysisWarningsWrapper analysisWarnings)PythonSensor(org.sonar.api.measures.FileLinesContextFactory fileLinesContextFactory, org.sonar.api.batch.rule.CheckFactory checkFactory, org.sonar.api.issue.NoSonarFilter noSonarFilter, PythonIndexer indexer, AnalysisWarningsWrapper analysisWarnings)PythonSensor(org.sonar.api.measures.FileLinesContextFactory fileLinesContextFactory, org.sonar.api.batch.rule.CheckFactory checkFactory, org.sonar.api.issue.NoSonarFilter noSonarFilter, AnalysisWarningsWrapper analysisWarnings)Constructor to be used by pico if neither PythonCustomRuleRepository nor PythonIndexer are to be found and injected. -
Uses of AnalysisWarningsWrapper in org.sonar.plugins.python.coverage
Constructors in org.sonar.plugins.python.coverage with parameters of type AnalysisWarningsWrapper Constructor Description PythonCoverageSensor(AnalysisWarningsWrapper analysisWarnings) -
Uses of AnalysisWarningsWrapper in org.sonar.plugins.python.xunit
Constructors in org.sonar.plugins.python.xunit with parameters of type AnalysisWarningsWrapper Constructor Description PythonXUnitSensor(org.sonar.api.config.Configuration conf, org.sonar.api.batch.fs.FileSystem fileSystem, AnalysisWarningsWrapper analysisWarnings)
-