public class PythonXUnitSensor extends PythonReportSensor
| Modifier and Type | Field and Description |
|---|---|
static String |
DEFAULT_REPORT_PATH |
static String |
REPORT_PATH_KEY |
static String |
SKIP_DETAILS |
conf| Constructor and Description |
|---|
PythonXUnitSensor(org.sonar.api.config.Configuration conf,
org.sonar.api.batch.fs.FileSystem fileSystem,
AnalysisWarningsWrapper analysisWarnings) |
| Modifier and Type | Method and Description |
|---|---|
protected String |
defaultReportPath() |
protected void |
processReports(org.sonar.api.batch.sensor.SensorContext context,
List<File> reports) |
protected String |
reportPathKey() |
describe, execute, getReportspublic static final String REPORT_PATH_KEY
public static final String DEFAULT_REPORT_PATH
public static final String SKIP_DETAILS
public PythonXUnitSensor(org.sonar.api.config.Configuration conf,
org.sonar.api.batch.fs.FileSystem fileSystem,
AnalysisWarningsWrapper analysisWarnings)
protected String reportPathKey()
reportPathKey in class PythonReportSensorprotected String defaultReportPath()
defaultReportPath in class PythonReportSensorprotected void processReports(org.sonar.api.batch.sensor.SensorContext context,
List<File> reports)
throws XMLStreamException
processReports in class PythonReportSensorXMLStreamExceptionCopyright © 2011–2019 SonarSource and Waleri Enns. All rights reserved.