diff options
Diffstat (limited to 'sonar-ws/src/main/protobuf/ws-commons.proto')
-rw-r--r-- | sonar-ws/src/main/protobuf/ws-commons.proto | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/sonar-ws/src/main/protobuf/ws-commons.proto b/sonar-ws/src/main/protobuf/ws-commons.proto index f94db9af466..73a7b39b6d3 100644 --- a/sonar-ws/src/main/protobuf/ws-commons.proto +++ b/sonar-ws/src/main/protobuf/ws-commons.proto @@ -129,6 +129,15 @@ message Changelog { } } +message Comment { + optional string key = 1; + optional string login = 2; + optional string htmlText = 5; + optional string markdown = 6; + optional bool updatable = 7; + optional string createdAt = 8; +} + message Metric { optional string key = 1; optional string name = 2; |