diff options
author | Léo Geoffroy <leo.geoffroy@sonarsource.com> | 2024-10-28 15:49:09 +0100 |
---|---|---|
committer | sonartech <sonartech@sonarsource.com> | 2024-11-05 20:03:01 +0000 |
commit | cdfc361c1253726fca1a1d9ac561a5c68126476a (patch) | |
tree | 18e602ffcd45dede94155f255926a29955bb24d2 /sonar-ws | |
parent | ab877d5b4bf3b8f1cdff07278d6b52af2f1c357b (diff) | |
download | sonarqube-cdfc361c1253726fca1a1d9ac561a5c68126476a.tar.gz sonarqube-cdfc361c1253726fca1a1d9ac561a5c68126476a.zip |
SONAR-23299 add flags in quality gate show endopint
Diffstat (limited to 'sonar-ws')
-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; |