diff options
author | Sébastien Lesaint <sebastien.lesaint@sonarsource.com> | 2019-12-13 11:46:33 +0100 |
---|---|---|
committer | SonarTech <sonartech@sonarsource.com> | 2020-01-13 20:46:29 +0100 |
commit | 3353f49ff648be72119b47d7a77884b5dc2ffbee (patch) | |
tree | 3c5bdb4c3353492344c3ac0197674698b2141285 /sonar-ws/src/main/protobuf/ws-hotspots.proto | |
parent | 9595eaec8b143b6f228fa63dbba7e5d202cda6fc (diff) | |
download | sonarqube-3353f49ff648be72119b47d7a77884b5dc2ffbee.tar.gz sonarqube-3353f49ff648be72119b47d7a77884b5dc2ffbee.zip |
SONAR-12721 add pullRequest and branch to response api/hotspots/show
Diffstat (limited to 'sonar-ws/src/main/protobuf/ws-hotspots.proto')
-rw-r--r-- | sonar-ws/src/main/protobuf/ws-hotspots.proto | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sonar-ws/src/main/protobuf/ws-hotspots.proto b/sonar-ws/src/main/protobuf/ws-hotspots.proto index 4d4f4efce30..1606042472f 100644 --- a/sonar-ws/src/main/protobuf/ws-hotspots.proto +++ b/sonar-ws/src/main/protobuf/ws-hotspots.proto @@ -74,6 +74,8 @@ message Component { optional string name = 4; optional string longName = 5; optional string path = 6; + optional string branch = 7; + optional string pullRequest = 8; } message Rule { |