aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-web/src/test/json/computation-spec/history-big-1.json
diff options
context:
space:
mode:
authorStas Vilchik <vilchiks@gmail.com>2015-09-18 11:21:34 +0200
committerSimon Brandhof <simon.brandhof@sonarsource.com>2015-09-18 23:49:44 +0200
commit4f109df6d8e53e6a2db17bbfcdb9d38332256930 (patch)
tree1e1f5dc229e13417fd219de9e1dfc67800bd8c52 /server/sonar-web/src/test/json/computation-spec/history-big-1.json
parentd3fd3a3175fac49d0c2874dc33e06497d4505de1 (diff)
downloadsonarqube-4f109df6d8e53e6a2db17bbfcdb9d38332256930.tar.gz
sonarqube-4f109df6d8e53e6a2db17bbfcdb9d38332256930.zip
SONAR-6834 use new API
Diffstat (limited to 'server/sonar-web/src/test/json/computation-spec/history-big-1.json')
-rw-r--r--server/sonar-web/src/test/json/computation-spec/history-big-1.json42
1 files changed, 24 insertions, 18 deletions
diff --git a/server/sonar-web/src/test/json/computation-spec/history-big-1.json b/server/sonar-web/src/test/json/computation-spec/history-big-1.json
index c7f53f33ea0..d0cb80fa1a8 100644
--- a/server/sonar-web/src/test/json/computation-spec/history-big-1.json
+++ b/server/sonar-web/src/test/json/computation-spec/history-big-1.json
@@ -1,27 +1,33 @@
{
- "total": 3,
- "p": 1,
- "ps": 2,
- "reports": [
+ "paging": {
+ "pageIndex": 1,
+ "pageSize": 2,
+ "total": 3
+ },
+ "tasks": [
{
- "submittedAt": "2015-05-07T14:25:20+0200",
+ "id": "AU_fwURCrnmp3Ks0AiQq",
+ "type": "REPORT",
+ "componentId": "AU_VQoJCzEjRSwxhFuns",
+ "componentKey": "com.sonarsource.rule-api:rule-api",
+ "componentName": "SonarSource :: Rule API",
"status": "SUCCESS",
- "finishedAt": "2015-05-07T14:25:26+0200",
- "startedAt": "2015-05-07T14:25:20+0200",
- "projectUuid": "id-sonarqube",
- "projectName": "SonarQube",
- "projectKey": "key-sonarqube",
- "key": "2"
+ "submittedAt": "2015-09-18T11:20:43+0200",
+ "startedAt": "2015-09-18T11:20:37+0200",
+ "finishedAt": "2015-09-18T11:20:43+0200",
+ "executionTimeMs": 6030
},
{
- "submittedAt": "2015-05-06T09:22:14+0200",
+ "id": "AU_fvdwNrnmp3Ks0AiLg",
+ "type": "REPORT",
+ "componentId": "AU_VQoJCzEjRSwxhFuns",
+ "componentKey": "com.sonarsource.rule-api:rule-api",
+ "componentName": "SonarSource :: Rule API",
"status": "SUCCESS",
- "finishedAt": "2015-05-06T09:22:18+0200",
- "startedAt": "2015-05-06T09:22:14+0200",
- "projectUuid": "id-sonarqube",
- "projectName": "SonarQube",
- "projectKey": "key-sonarqube",
- "key": "1"
+ "submittedAt": "2015-09-18T11:16:56+0200",
+ "startedAt": "2015-09-18T11:16:47+0200",
+ "finishedAt": "2015-09-18T11:16:56+0200",
+ "executionTimeMs": 8671
}
]
}