diff options
author | Jean-Baptiste Lievremont <jeanbaptiste.lievremont@sonarsource.com> | 2020-11-18 22:23:15 +0100 |
---|---|---|
committer | sonartech <sonartech@sonarsource.com> | 2020-11-26 20:06:29 +0000 |
commit | 4f8796c39feec635aa736945839aad48170ae024 (patch) | |
tree | 96c5fa84a81028d049b2c6a62c03dc5ed2ea1fb6 /sonar-ws/src/main/protobuf/ws-hotspots.proto | |
parent | 4a49b28ca62eb6b89e03dc277b255d98d3d11ae3 (diff) | |
download | sonarqube-4f8796c39feec635aa736945839aad48170ae024.tar.gz sonarqube-4f8796c39feec635aa736945839aad48170ae024.zip |
SONAR-14113 Make hotspot show WS public, add line hash of primary location
Diffstat (limited to 'sonar-ws/src/main/protobuf/ws-hotspots.proto')
-rw-r--r-- | sonar-ws/src/main/protobuf/ws-hotspots.proto | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sonar-ws/src/main/protobuf/ws-hotspots.proto b/sonar-ws/src/main/protobuf/ws-hotspots.proto index 40e6fb62af6..36ae0002267 100644 --- a/sonar-ws/src/main/protobuf/ws-hotspots.proto +++ b/sonar-ws/src/main/protobuf/ws-hotspots.proto @@ -58,6 +58,7 @@ message ShowWsResponse { optional string status = 5; optional string resolution = 6; optional int32 line = 7; + optional string hash = 18; optional string message = 8; optional string assignee = 9; optional string author = 10; |