aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-ws/src
diff options
context:
space:
mode:
authorSerhat Yenican <104850907+serhat-yenican-sonarsource@users.noreply.github.com>2024-11-07 09:38:00 +0100
committersonartech <sonartech@sonarsource.com>2024-11-19 20:02:53 +0000
commit961be4c047ef16ad9c3c7a42d83176c50dd35692 (patch)
tree4eed1c9a004b8b363f6626c3f87e511d879e239b /sonar-ws/src
parentf5d3bf0075612ffcde324c35cf23959cbb7e14c3 (diff)
downloadsonarqube-961be4c047ef16ad9c3c7a42d83176c50dd35692.tar.gz
sonarqube-961be4c047ef16ad9c3c7a42d83176c50dd35692.zip
CODEFIX-187 Add `isAiCodeFixEnabled` property to the Component Response (#12212)
Diffstat (limited to 'sonar-ws/src')
-rw-r--r--sonar-ws/src/main/protobuf/ws-components.proto1
1 files changed, 1 insertions, 0 deletions
diff --git a/sonar-ws/src/main/protobuf/ws-components.proto b/sonar-ws/src/main/protobuf/ws-components.proto
index b0ec074464a..d3704c795f1 100644
--- a/sonar-ws/src/main/protobuf/ws-components.proto
+++ b/sonar-ws/src/main/protobuf/ws-components.proto
@@ -115,6 +115,7 @@ message Component {
optional string pullRequest = 20;
optional bool needIssueSync = 21;
optional bool isAiCodeAssured = 22;
+ optional bool isAiCodeFixEnabled = 23;
message Tags {
repeated string tags = 1;