aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-web/src/test/json/computation-spec/history-big-1.json
blob: d0cb80fa1a81be6b6dd2d00bb532501c2b9ccaaf (plain)
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
    }
  ]
}