]> source.dussan.org Git - sonarqube.git/commitdiff
SONAR-8614 fix backward incompatible change in proto of api/ce
authorSébastien Lesaint <sebastien.lesaint@sonarsource.com>
Mon, 16 Jan 2017 15:18:47 +0000 (16:18 +0100)
committerSébastien Lesaint <sebastien.lesaint@sonarsource.com>
Tue, 17 Jan 2017 11:12:11 +0000 (12:12 +0100)
sonar-ws/src/main/protobuf/ws-ce.proto

index 59de0461a781274d4887d2b1336a8a1617baa7ce..6c80616fd69b8c5c06f77b64ca4d0e499c711133 100644 (file)
@@ -62,6 +62,7 @@ message TaskTypesWsResponse {
 }
 
 message Task {
+  optional string organization = 20;
   optional string id = 1;
   optional string type = 2;
   optional string componentId = 3;