aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-ws/src
diff options
context:
space:
mode:
authorJacek Poreda <jacek.poreda@sonarsource.com>2024-11-21 11:24:55 +0100
committersonartech <sonartech@sonarsource.com>2024-11-29 20:03:06 +0000
commitef4ed37bdfa1b2591a6d1b1df259384bf0270713 (patch)
treefae26e1427a924b2367338308b3a79e2eb9fbeb4 /sonar-ws/src
parent9fd8ce023c13cca6b645a8af40683da66cae43aa (diff)
downloadsonarqube-ef4ed37bdfa1b2591a6d1b1df259384bf0270713.tar.gz
sonarqube-ef4ed37bdfa1b2591a6d1b1df259384bf0270713.zip
SONAR-23619 Add 'isAiCodeSupported' flag to show and list endpoints of Quality Gates
Diffstat (limited to 'sonar-ws/src')
-rw-r--r--sonar-ws/src/main/protobuf/ws-qualitygates.proto2
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 e7de5d25138..3895e02c57d 100644
--- a/sonar-ws/src/main/protobuf/ws-qualitygates.proto
+++ b/sonar-ws/src/main/protobuf/ws-qualitygates.proto
@@ -128,6 +128,7 @@ message ShowWsResponse {
required bool isDefault = 7;
optional bool hasStandardConditions = 8;
optional bool hasMQRConditions = 9;
+ optional bool isAiCodeSupported = 10;
message Condition {
required string id = 1;
@@ -167,6 +168,7 @@ message ListWsResponse {
optional string caycStatus = 6;
optional bool hasStandardConditions = 7;
optional bool hasMQRConditions = 8;
+ optional bool isAiCodeSupported = 9;
}
message RootActions {