diff options
Diffstat (limited to 'sonar-ws')
-rw-r--r-- | sonar-ws/src/main/protobuf/ws-measures.proto | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sonar-ws/src/main/protobuf/ws-measures.proto b/sonar-ws/src/main/protobuf/ws-measures.proto index c861426c3ea..0385751c43b 100644 --- a/sonar-ws/src/main/protobuf/ws-measures.proto +++ b/sonar-ws/src/main/protobuf/ws-measures.proto @@ -99,6 +99,7 @@ message Measure { optional string value = 2; optional PeriodsValue periods = 3; optional string component = 4; + optional bool bestValue = 5; } message PeriodsValue { @@ -108,4 +109,5 @@ message PeriodsValue { message PeriodValue { optional int32 index = 1; optional string value = 2; + optional bool bestValue = 3; } |