1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
|
{
"paging": {
"pageIndex": 1,
"pageSize": 2,
"total": 3
},
"tasks": [
{
"id": "AU_fwURCrnmp3Ks0AiQq",
"type": "REPORT",
"componentId": "AU_VQoJCzEjRSwxhFuns",
"componentKey": "com.sonarsource.rule-api:rule-api",
"componentName": "SonarSource :: Rule API",
"status": "SUCCESS",
"submittedAt": "2015-09-18T11:20:43+0200",
"startedAt": "2015-09-18T11:20:37+0200",
"finishedAt": "2015-09-18T11:20:43+0200",
"executionTimeMs": 6030
},
{
"id": "AU_fvdwNrnmp3Ks0AiLg",
"type": "REPORT",
"componentId": "AU_VQoJCzEjRSwxhFuns",
"componentKey": "com.sonarsource.rule-api:rule-api",
"componentName": "SonarSource :: Rule API",
"status": "SUCCESS",
"submittedAt": "2015-09-18T11:16:56+0200",
"startedAt": "2015-09-18T11:16:47+0200",
"finishedAt": "2015-09-18T11:16:56+0200",
"executionTimeMs": 8671
}
]
}
|