]> source.dussan.org Git - sonarqube.git/blob
db37186442aa1f941a38173925229199db329e84
[sonarqube.git] /
1 {
2   "serverUrl": "http://foo",
3   "taskId": "#1",
4   "status": "SUCCESS",
5   "analysedAt": "2017-07-14T04:40:00+0200",
6   "project": {
7     "key": "P1",
8     "name": "Project One"
9   },
10   "qualityGate": {
11     "name": "Gate One",
12     "status": "WARN",
13     "conditions": [
14       {
15         "metric": "coverage",
16         "operator": "GREATER_THAN",
17         "value": "74.0",
18         "status": "WARN",
19         "onLeakPeriod": true,
20         "errorThreshold": "70.0",
21         "warningThreshold": "75.0"
22       }
23     ]
24   },
25   "properties": {
26   }
27 }