aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-ws
diff options
context:
space:
mode:
authorJulien Lancelot <julien.lancelot@sonarsource.com>2017-08-24 11:10:53 +0200
committerJanos Gyerik <janos.gyerik@sonarsource.com>2017-09-12 11:34:51 +0200
commit2940dfc317108aeb42d8cce6bf09e4a14da1bf10 (patch)
tree549113515dd9d9d65484301635c1fe19cb7fd3e3 /sonar-ws
parentba62774f8faff2b55afedf157320eecf6eeb50f9 (diff)
downloadsonarqube-2940dfc317108aeb42d8cce6bf09e4a14da1bf10.tar.gz
sonarqube-2940dfc317108aeb42d8cce6bf09e4a14da1bf10.zip
SONAR-9616 Handle branch in api/duplications/show
Diffstat (limited to 'sonar-ws')
-rw-r--r--sonar-ws/src/main/protobuf/ws-duplications.proto1
1 files changed, 1 insertions, 0 deletions
diff --git a/sonar-ws/src/main/protobuf/ws-duplications.proto b/sonar-ws/src/main/protobuf/ws-duplications.proto
index f8b292ec4e8..50f72a22ffd 100644
--- a/sonar-ws/src/main/protobuf/ws-duplications.proto
+++ b/sonar-ws/src/main/protobuf/ws-duplications.proto
@@ -51,4 +51,5 @@ message File {
string subProject = 7;
string subProjectUuid = 8;
string subProjectName = 9;
+ string branch = 10;
}