diff options
author | Sébastien Lesaint <sebastien.lesaint@sonarsource.com> | 2019-12-19 14:03:56 +0100 |
---|---|---|
committer | SonarTech <sonartech@sonarsource.com> | 2020-01-13 20:46:31 +0100 |
commit | 18adf3c20edfe6afeef63886635a6eb1092ed39d (patch) | |
tree | a6661cc315feb337e43c89911b2b4288f2ad97c1 /sonar-ws/src/main/protobuf/ws-hotspots.proto | |
parent | 11d161e74eb6676592f3a0df009a53d86817605c (diff) | |
download | sonarqube-18adf3c20edfe6afeef63886635a6eb1092ed39d.tar.gz sonarqube-18adf3c20edfe6afeef63886635a6eb1092ed39d.zip |
SONAR-12720 user list in response of api/hotspots/show
the list contains users of comments and changelog entries, as well as author and assignee
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 51c3133b0ec..66ea284f4a9 100644 --- a/sonar-ws/src/main/protobuf/ws-hotspots.proto +++ b/sonar-ws/src/main/protobuf/ws-hotspots.proto @@ -66,6 +66,7 @@ message ShowWsResponse { optional sonarqube.ws.commons.TextRange textRange = 13; repeated sonarqube.ws.commons.Changelog changelog = 14; repeated sonarqube.ws.commons.Comment comment = 15; + repeated sonarqube.ws.commons.User users = 16; } message Component { |