]> source.dussan.org Git - sonarqube.git/blob
6d54effb6c88ebda5b96d383dfec64ac11e543a9
[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         "status": "NO_VALUE",
18         "onLeakPeriod": false,
19         "errorThreshold": "70.0",
20         "warningThreshold": "75.0"
21       }
22     ]
23   }
24 }