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 Stringprotected voidprocessReports(org.sonar.api.batch.sensor.SensorContext context, List<File> reports) protected StringMethods 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:
reportPathKeyin classPythonReportSensor
-
defaultReportPath
- Specified by:
defaultReportPathin classPythonReportSensor
-
processReports
protected void processReports(org.sonar.api.batch.sensor.SensorContext context, List<File> reports) throws XMLStreamException - Overrides:
processReportsin classPythonReportSensor- Throws:
XMLStreamException
-