aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-ws
diff options
context:
space:
mode:
authorSébastien Lesaint <sebastien.lesaint@sonarsource.com>2017-01-16 16:18:47 +0100
committerSébastien Lesaint <sebastien.lesaint@sonarsource.com>2017-01-17 12:12:11 +0100
commit54febab19d56400ec38874f2b5744916bb077e21 (patch)
tree47f0488fd401b56ddbe80f94665b1517a39abd7e /sonar-ws
parent6dea54b99183384f3956d4ec350f9d400bdb45f2 (diff)
downloadsonarqube-54febab19d56400ec38874f2b5744916bb077e21.tar.gz
sonarqube-54febab19d56400ec38874f2b5744916bb077e21.zip
SONAR-8614 fix backward incompatible change in proto of api/ce
Diffstat (limited to 'sonar-ws')
-rw-r--r--sonar-ws/src/main/protobuf/ws-ce.proto1
1 files changed, 1 insertions, 0 deletions
diff --git a/sonar-ws/src/main/protobuf/ws-ce.proto b/sonar-ws/src/main/protobuf/ws-ce.proto
index 59de0461a78..6c80616fd69 100644
--- a/sonar-ws/src/main/protobuf/ws-ce.proto
+++ b/sonar-ws/src/main/protobuf/ws-ce.proto
@@ -62,6 +62,7 @@ message TaskTypesWsResponse {
}
message Task {
+ optional string organization = 20;
optional string id = 1;
optional string type = 2;
optional string componentId = 3;