diff options
Diffstat (limited to 'sonar-ws/src')
-rw-r--r-- | sonar-ws/src/main/protobuf/ws-qualitygates.proto | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sonar-ws/src/main/protobuf/ws-qualitygates.proto b/sonar-ws/src/main/protobuf/ws-qualitygates.proto index 8a6e1b43ce1..e7de5d25138 100644 --- a/sonar-ws/src/main/protobuf/ws-qualitygates.proto +++ b/sonar-ws/src/main/protobuf/ws-qualitygates.proto @@ -126,6 +126,8 @@ message ShowWsResponse { optional Actions actions = 5; required string caycStatus = 6; required bool isDefault = 7; + optional bool hasStandardConditions = 8; + optional bool hasMQRConditions = 9; message Condition { required string id = 1; |