All Downloads are FREE. Search and download functionalities are using the official Maven repository.
Please wait. This can take some minutes ...
Many resources are needed to download a project. Please understand that we have to compensate our server costs. Thank you in advance.
Project price only 1 $
You can buy this project and download/modify it how often you want.
org.sonar.server.qualitygate.ws.project_status-example.json Maven / Gradle / Ivy
{
"projectStatus": {
"status": "ERROR",
"ignoredConditions": false,
"conditions": [
{
"status": "ERROR",
"metricKey": "new_coverage",
"comparator": "LT",
"periodIndex": 1,
"errorThreshold": "85",
"actualValue": "82.50562381034781"
},
{
"status": "ERROR",
"metricKey": "new_blocker_violations",
"comparator": "GT",
"periodIndex": 1,
"errorThreshold": "0",
"actualValue": "14"
},
{
"status": "ERROR",
"metricKey": "new_critical_violations",
"comparator": "GT",
"periodIndex": 1,
"errorThreshold": "0",
"actualValue": "1"
},
{
"status": "OK",
"metricKey": "new_sqale_debt_ratio",
"comparator": "GT",
"periodIndex": 1,
"errorThreshold": "5",
"actualValue": "0.6562109862671661"
},
{
"status": "OK",
"metricKey": "reopened_issues",
"comparator": "GT",
"periodIndex": 1,
"warningThreshold": "0",
"actualValue": "0"
},
{
"status": "WARN",
"metricKey": "open_issues",
"comparator": "GT",
"periodIndex": 1,
"warningThreshold": "0",
"actualValue": "17"
},
{
"status": "OK",
"metricKey": "skipped_tests",
"comparator": "GT",
"periodIndex": 1,
"warningThreshold": "0",
"actualValue": "0"
}
],
"periods": [
{
"index": 1,
"mode": "last_version",
"date": "2000-04-27T00:45:23+0200",
"parameter": "2015-12-07"
}
]
}
}