aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-ws
diff options
context:
space:
mode:
authorJulien Lancelot <julien.lancelot@sonarsource.com>2017-08-11 07:42:04 +0200
committerJanos Gyerik <janos.gyerik@sonarsource.com>2017-09-12 10:59:55 +0200
commit09a2697f50fd4cf2895c7d62957fcb1f4852fe52 (patch)
treeb32e612d7949541150da6c7259edc7e6c3f44557 /sonar-ws
parent51d27511afe2e90b3843d3f1248a54f06215129b (diff)
downloadsonarqube-09a2697f50fd4cf2895c7d62957fcb1f4852fe52.tar.gz
sonarqube-09a2697f50fd4cf2895c7d62957fcb1f4852fe52.zip
SONAR-9616 Return component branch in api/issues/search
Diffstat (limited to 'sonar-ws')
-rw-r--r--sonar-ws/src/main/protobuf/ws-issues.proto1
1 files changed, 1 insertions, 0 deletions
diff --git a/sonar-ws/src/main/protobuf/ws-issues.proto b/sonar-ws/src/main/protobuf/ws-issues.proto
index ce03b0180d7..a7974885424 100644
--- a/sonar-ws/src/main/protobuf/ws-issues.proto
+++ b/sonar-ws/src/main/protobuf/ws-issues.proto
@@ -182,6 +182,7 @@ message Component {
optional string path = 8;
optional int64 unusedProjectId = 9;
optional int64 unusedSubProjectId = 10;
+ optional string branch = 12;
}
// Response of GET api/issues/changelog