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, PythonCustomRuleRepositoryWrapper customRuleRepositoriesWrapper, PythonIndexerWrapper indexerWrapper, SonarLintCacheWrapper sonarLintCacheWrapper, AnalysisWarningsWrapper analysisWarnings, RepositoryInfoProviderWrapper editionMetadataProviderWrapper, ArchitectureCallbackWrapper architectureUDGBuilderWrapper, NoSonarLineInfoCollector noSonarLineInfoCollector) -
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)