Package org.sonar.plugins.python.xunit
Class PythonXUnitSensor
java.lang.Object
org.sonar.plugins.python.PythonReportSensor
org.sonar.plugins.python.xunit.PythonXUnitSensor
- All Implemented Interfaces:
org.sonar.api.batch.sensor.Sensor
,org.sonar.api.scanner.sensor.ProjectSensor
-
Field Summary
FieldsFields inherited from class org.sonar.plugins.python.PythonReportSensor
conf
-
Constructor Summary
ConstructorsConstructorDescriptionPythonXUnitSensor
(org.sonar.api.config.Configuration conf, org.sonar.api.batch.fs.FileSystem fileSystem, AnalysisWarningsWrapper analysisWarnings) -
Method Summary
Modifier and TypeMethodDescriptionprotected String
protected void
processReports
(org.sonar.api.batch.sensor.SensorContext context, List<File> reports) protected String
Methods inherited from class org.sonar.plugins.python.PythonReportSensor
describe, execute, getReports
-
Field Details
-
REPORT_PATH_KEY
- See Also:
-
DEFAULT_REPORT_PATH
- See Also:
-
SKIP_DETAILS
- See Also:
-
-
Constructor Details
-
PythonXUnitSensor
public PythonXUnitSensor(org.sonar.api.config.Configuration conf, org.sonar.api.batch.fs.FileSystem fileSystem, AnalysisWarningsWrapper analysisWarnings)
-
-
Method Details
-
reportPathKey
- Specified by:
reportPathKey
in classPythonReportSensor
-
defaultReportPath
- Specified by:
defaultReportPath
in classPythonReportSensor
-
processReports
protected void processReports(org.sonar.api.batch.sensor.SensorContext context, List<File> reports) throws XMLStreamException - Overrides:
processReports
in classPythonReportSensor
- Throws:
XMLStreamException
-