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, fileSystem| Constructor and Description |
|---|
PythonXUnitSensor(org.sonar.api.config.Settings conf,
org.sonar.api.batch.fs.FileSystem fileSystem) |
| Modifier and Type | Method and Description |
|---|---|
protected String |
defaultReportPath() |
protected void |
processReports(org.sonar.api.batch.SensorContext context,
List<File> reports) |
protected String |
reportPathKey() |
analyse, getReports, shouldExecuteOnProject, toStringpublic 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.Settings conf,
org.sonar.api.batch.fs.FileSystem fileSystem)
protected String reportPathKey()
reportPathKey in class PythonReportSensorprotected String defaultReportPath()
defaultReportPath in class PythonReportSensorprotected void processReports(org.sonar.api.batch.SensorContext context,
List<File> reports)
throws XMLStreamException
processReports in class PythonReportSensorXMLStreamExceptionCopyright © 2011–2017 SonarSource and Waleri Enns. All rights reserved.