Constant Field Values
Contents
org.sonar.*
-
org.sonar.plugins.python.ExternalIssuesSensor Modifier and Type Constant Field Value protected static final StringPYLINT_LEGACY_KEY"sonar.python.pylint.reportPath" -
org.sonar.plugins.python.Python Modifier and Type Constant Field Value public static final StringKEY"py" -
org.sonar.plugins.python.PythonPlugin Modifier and Type Constant Field Value public static final StringFILE_SUFFIXES_KEY"sonar.python.file.suffixes" -
org.sonar.plugins.python.TextReportReader Modifier and Type Constant Field Value public static final intCOLUMN_ONE_BASED1public static final intCOLUMN_ZERO_BASED0
-
org.sonar.plugins.python.bandit.BanditSensor Modifier and Type Constant Field Value public static final StringLINTER_KEY"bandit"public static final StringLINTER_NAME"Bandit"public static final StringREPORT_PATH_KEY"sonar.python.bandit.reportPaths"
-
org.sonar.plugins.python.coverage.PythonCoverageSensor Modifier and Type Constant Field Value public static final StringDEFAULT_REPORT_PATH"coverage-reports/*coverage-*.xml"public static final StringREPORT_PATH_KEY"sonar.python.coverage.reportPath"public static final StringREPORT_PATHS_KEY"sonar.python.coverage.reportPaths"
-
org.sonar.plugins.python.flake8.Flake8Sensor Modifier and Type Constant Field Value public static final StringLINTER_KEY"flake8"public static final StringLINTER_NAME"Flake8"public static final StringREPORT_PATH_KEY"sonar.python.flake8.reportPaths"
-
org.sonar.plugins.python.pylint.PylintSensor Modifier and Type Constant Field Value public static final StringLINTER_KEY"pylint"public static final StringLINTER_NAME"Pylint"public static final StringREPORT_PATH_KEY"sonar.python.pylint.reportPaths"
-
org.sonar.plugins.python.xunit.PythonXUnitSensor Modifier and Type Constant Field Value public static final StringDEFAULT_REPORT_PATH"xunit-reports/xunit-result-*.xml"public static final StringREPORT_PATH_KEY"sonar.python.xunit.reportPath"public static final StringSKIP_DETAILS"sonar.python.xunit.skipDetails" -
org.sonar.plugins.python.xunit.TestCase Modifier and Type Constant Field Value public static final StringSTATUS_ERROR"error"public static final StringSTATUS_FAILURE"failure"public static final StringSTATUS_OK"ok"public static final StringSTATUS_SKIPPED"skipped"