]> source.dussan.org Git - sonarqube.git/commitdiff
SONAR-6834 complete examples of WS api/ce
authorSimon Brandhof <simon.brandhof@sonarsource.com>
Mon, 5 Oct 2015 08:18:11 +0000 (10:18 +0200)
committerSimon Brandhof <simon.brandhof@sonarsource.com>
Mon, 5 Oct 2015 08:18:11 +0000 (10:18 +0200)
server/sonar-server/src/main/resources/org/sonar/server/computation/ws/activity-example.json
server/sonar-server/src/main/resources/org/sonar/server/computation/ws/component-example.json
server/sonar-server/src/main/resources/org/sonar/server/computation/ws/queue-example.json
server/sonar-server/src/main/resources/org/sonar/server/computation/ws/task-example.json

index 2e59858722e78135d51908fca41487eaefca6171..de5018a0661653ae04e14cfa2426f2370736ffe7 100644 (file)
@@ -11,6 +11,7 @@
       "componentId": "AU-Tpxb--iU5OvuD2FLy",
       "componentKey": "project_1",
       "componentName": "Project One",
+      "componentQualifier": "TRK",
       "status": "SUCCESS",
       "submittedAt": "2015-08-13T23:34:59+0200",
       "submitterLogin": "john",
@@ -25,6 +26,7 @@
       "componentId": "AU_dO1vlORa8_beWCwmO",
       "componentKey": "project_2",
       "componentName": "Project Two",
+      "componentQualifier": "TRK",
       "status": "FAILED",
       "submittedAt": "2015-09-17T23:34:59+0200",
       "startedAt": "2015-09-17T23:35:00+0200",
index 747ca57fe001a1f79616611efee0b993b0e9d949..93ead16116673bf9e78fcd907b4b36abef5135de 100644 (file)
@@ -6,6 +6,7 @@
       "componentId": "AU_w74XMgAS1Hm6h4-Y-",
       "componentKey": "com.github.kevinsawicki:http-request-parent",
       "componentName": "HttpRequest",
+      "componentQualifier": "TRK",
       "status": "PENDING",
       "submittedAt": "2015-09-21T19:28:54+0200",
       "logs": true
@@ -17,6 +18,7 @@
     "componentId": "AU_w74XMgAS1Hm6h4-Y-",
     "componentKey": "com.github.kevinsawicki:http-request-parent",
     "componentName": "HttpRequest",
+    "componentQualifier": "TRK",
     "status": "SUCCESS",
     "submittedAt": "2015-09-21T19:25:49+0200",
     "startedAt": "2015-09-21T19:25:57+0200",
index 82f277d283055336c9b026fd4573f6f15f642ba2..d392ee0725433fcb1d8ccd58d45a9be4fcf2dd9c 100644 (file)
@@ -6,6 +6,7 @@
       "componentId": "AU-Tpxb--iU5OvuD2FLy",
       "componentKey": "project_1",
       "componentName": "Project One",
+      "componentQualifier": "TRK",
       "status": "IN_PROGRESS",
       "submittedAt": "2015-08-13T23:34:59+0200",
       "submitterLogin": "john",
@@ -17,6 +18,7 @@
       "componentId": "AU_dO1vlORa8_beWCwmO",
       "componentKey": "project_2",
       "componentName": "Project Two",
+      "componentQualifier": "TRK",
       "status": "PENDING",
       "submittedAt": "2015-09-17T23:34:59+0200",
       "startedAt": "2015-09-17T23:35:00+0200",
index 3b49ca0b3b3f480e04dbd84170a35c97378487a1..5f02d9072bd16bfd78346f1b62df65dc028a9605 100644 (file)
@@ -5,6 +5,7 @@
     "componentId": "AVAn5RJmYwETbXvgas-H",
     "componentKey": "project_1",
     "componentName": "Project One",
+    "componentQualifier": "TRK",
     "status": "SUCCESS",
     "submittedAt": "2015-10-02T11:32:15+0200",
     "startedAt": "2015-10-02T11:32:16+0200",