Uses of Interface
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.pylint Integration with pylint.org.sonar.plugins.python.warnings Integration with pylint.org.sonar.plugins.python.xunit -
-
Uses of AnalysisWarningsWrapper in org.sonar.plugins.python
Constructors in org.sonar.plugins.python with parameters of type AnalysisWarningsWrapper Constructor Description PythonReportSensor(org.sonar.api.config.Configuration conf, AnalysisWarningsWrapper analysisWarnings, String reportType) -
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.pylint
Constructors in org.sonar.plugins.python.pylint with parameters of type AnalysisWarningsWrapper Constructor Description PylintImportSensor(org.sonar.api.config.Configuration conf, AnalysisWarningsWrapper analysisWarnings) -
Uses of AnalysisWarningsWrapper in org.sonar.plugins.python.warnings
Classes in org.sonar.plugins.python.warnings that implement AnalysisWarningsWrapper Modifier and Type Class Description classDefaultAnalysisWarningsWrapper -
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)
-