aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-ws/src/main/protobuf/ws-hotspots.proto
diff options
context:
space:
mode:
authorSébastien Lesaint <sebastien.lesaint@sonarsource.com>2019-12-19 14:03:56 +0100
committerSonarTech <sonartech@sonarsource.com>2020-01-13 20:46:31 +0100
commit18adf3c20edfe6afeef63886635a6eb1092ed39d (patch)
treea6661cc315feb337e43c89911b2b4288f2ad97c1 /sonar-ws/src/main/protobuf/ws-hotspots.proto
parent11d161e74eb6676592f3a0df009a53d86817605c (diff)
downloadsonarqube-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.proto1
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 {