aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-web/test/json/computation-spec/history-big-2.json
blob: 82bb0687ca6bdc1ca4cc2edf1fb04a5f48fa73ef (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{
  "paging": {
    "pageIndex": 2,
    "pageSize": 2,
    "total": 3
  },
  "tasks": [
    {
      "id": "AU_fvdwNrnmp5Ks0AiLg",
      "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",
      "executedAt": "2015-09-18T11:16:56+0200",
      "executionTimeMs": 8671
    }
  ]
}