diff options
author | Aurelien Poscia <aurelien.poscia@sonarsource.com> | 2023-12-07 10:19:52 +0100 |
---|---|---|
committer | sonartech <sonartech@sonarsource.com> | 2023-12-22 20:03:02 +0000 |
commit | 07fde014056504340f7ac44f2f697f1680983792 (patch) | |
tree | 666d86be6ed9ee834807e7068a0ddec87dc6d127 /sonar-ws/src | |
parent | fb90e3a6491a517d7cb41bece875635f835f4845 (diff) | |
download | sonarqube-07fde014056504340f7ac44f2f697f1680983792.tar.gz sonarqube-07fde014056504340f7ac44f2f697f1680983792.zip |
SONAR-21204 Add info message to /api/ce/activity
Diffstat (limited to 'sonar-ws/src')
-rw-r--r-- | sonar-ws/src/main/protobuf/ws-ce.proto | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sonar-ws/src/main/protobuf/ws-ce.proto b/sonar-ws/src/main/protobuf/ws-ce.proto index 3c19f02a691..ab51fba97ca 100644 --- a/sonar-ws/src/main/protobuf/ws-ce.proto +++ b/sonar-ws/src/main/protobuf/ws-ce.proto @@ -136,6 +136,7 @@ message Task { optional int32 warningCount = 26; repeated string warnings = 27; optional string nodeName = 28; + repeated string infoMessages = 29; } enum TaskStatus { |