diff options
author | Steve Marion <steve.marion@sonarsource.com> | 2023-12-06 18:02:56 +0100 |
---|---|---|
committer | sonartech <sonartech@sonarsource.com> | 2023-12-07 20:02:52 +0000 |
commit | 66d6f7484be1ca152b9ae9e98723fda6c5dddbe4 (patch) | |
tree | b66aac298adf776663240d08d4506b375aee4ac2 /sonar-ws | |
parent | 1963d4aebc783e6cd1a418ea0ec3b0c2eed6cc7b (diff) | |
download | sonarqube-66d6f7484be1ca152b9ae9e98723fda6c5dddbe4.tar.gz sonarqube-66d6f7484be1ca152b9ae9e98723fda6c5dddbe4.zip |
SONAR-21194 add requiredForLanguages response fields to plugins/installed endpoint.
Diffstat (limited to 'sonar-ws')
-rw-r--r-- | sonar-ws/src/main/protobuf/ws-plugins.proto | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sonar-ws/src/main/protobuf/ws-plugins.proto b/sonar-ws/src/main/protobuf/ws-plugins.proto index 41f7c89ddd8..2fcb7cc2b6d 100644 --- a/sonar-ws/src/main/protobuf/ws-plugins.proto +++ b/sonar-ws/src/main/protobuf/ws-plugins.proto @@ -124,6 +124,7 @@ message PluginDetails { optional string documentationPath = 16; optional int64 updatedAt = 17; optional string type = 18; + repeated string requiredForLanguages = 19; } // WS api/plugins/pending |