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.caching.Caching Modifier and Type Constant Field Value public static final StringCACHE_VERSION_KEY"python:cache_version"public static final StringCONTENT_HASHES_KEY"python:content_hashes:"public static final StringCPD_TOKENS_CACHE_KEY_PREFIX"python:cpd:data:"public static final StringCPD_TOKENS_STRING_TABLE_KEY_PREFIX"python:cpd:stringTable:"public static final StringIMPORTS_MAP_CACHE_KEY_PREFIX"python:imports:"public static final StringPROJECT_FILES_KEY"python:files"public static final StringPROJECT_SYMBOL_TABLE_CACHE_KEY_PREFIX"python:descriptors:"public static final StringTYPESHED_MODULES_KEY"python:typeshed_modules"
-
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.indexer.SonarQubePythonIndexer Modifier and Type Constant Field Value public static final StringSONAR_CAN_SKIP_UNCHANGED_FILES_KEY"sonar.python.skipUnchanged"
-
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"