diff options
Diffstat (limited to 'sonar-ws')
-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 { |