Uses of Class
org.sonar.plugins.python.warnings.AnalysisWarningsWrapper
Packages that use AnalysisWarningsWrapper
Package
Description
-
Uses of AnalysisWarningsWrapper in org.sonar.plugins.python
Methods in org.sonar.plugins.python with parameters of type AnalysisWarningsWrapperModifier and TypeMethodDescriptionPythonReportSensor.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 AnalysisWarningsWrapperModifierConstructorDescriptionPythonReportSensor(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, SonarLintCache sonarLintCache, 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, SonarLintCache sonarLintCache, 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 -
Uses of AnalysisWarningsWrapper in org.sonar.plugins.python.xunit
Constructors in org.sonar.plugins.python.xunit with parameters of type AnalysisWarningsWrapperModifierConstructorDescriptionPythonXUnitSensor(org.sonar.api.config.Configuration conf, org.sonar.api.batch.fs.FileSystem fileSystem, AnalysisWarningsWrapper analysisWarnings)