aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-ws
diff options
context:
space:
mode:
authorSébastien Lesaint <sebastien.lesaint@sonarsource.com>2018-09-11 14:04:57 +0200
committersonartech <sonartech@sonarsource.com>2018-10-10 09:23:02 +0200
commite4364789b5e4347ec6c94fdfc3c14b4e568481f2 (patch)
treed61a3a90aedf5bfb49f6566fd55099c9f1eba2a2 /sonar-ws
parent516f6e6bd2c8d82ffaac2aa8f73f063618b972c1 (diff)
downloadsonarqube-e4364789b5e4347ec6c94fdfc3c14b4e568481f2.tar.gz
sonarqube-e4364789b5e4347ec6c94fdfc3c14b4e568481f2.zip
SONAR-11238 api/ce/[task|activity|component] return task warnings
all return warnings count, warnings list is only available from api/ce/task on demand
Diffstat (limited to 'sonar-ws')
-rw-r--r--sonar-ws/src/main/protobuf/ws-ce.proto2
1 files changed, 2 insertions, 0 deletions
diff --git a/sonar-ws/src/main/protobuf/ws-ce.proto b/sonar-ws/src/main/protobuf/ws-ce.proto
index 76d8446fcbf..3216ab435e0 100644
--- a/sonar-ws/src/main/protobuf/ws-ce.proto
+++ b/sonar-ws/src/main/protobuf/ws-ce.proto
@@ -105,6 +105,8 @@ message Task {
optional string errorType = 23;
optional string pullRequest = 24;
optional string pullRequestTitle = 25;
+ optional int32 warningCount = 26;
+ repeated string warnings = 27;
}
enum TaskStatus {