diff options
author | Sébastien Lesaint <sebastien.lesaint@sonarsource.com> | 2016-08-18 17:30:47 +0200 |
---|---|---|
committer | Sébastien Lesaint <sebastien.lesaint@sonarsource.com> | 2016-08-22 10:25:43 +0200 |
commit | 8e9c2d5e6ae45ad67aa7963682ee088128db3d0f (patch) | |
tree | 8e042e2ee1a290a1d36cf80710583fb31c9c218c /sonar-ws/src/main/protobuf | |
parent | 16df3b2bf3869ad996966477e1fc88d8766d819d (diff) | |
download | sonarqube-8e9c2d5e6ae45ad67aa7963682ee088128db3d0f.tar.gz sonarqube-8e9c2d5e6ae45ad67aa7963682ee088128db3d0f.zip |
SONAR-7697 add hasScannerContext to /api/ce/[task/activity/component]
Diffstat (limited to 'sonar-ws/src/main/protobuf')
-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 125b79257fb..36bc39fbaea 100644 --- a/sonar-ws/src/main/protobuf/ws-ce.proto +++ b/sonar-ws/src/main/protobuf/ws-ce.proto @@ -80,6 +80,7 @@ message Task { optional string errorMessage = 16; optional string errorStacktrace = 17; optional string scannerContext = 18; + optional bool hasScannerContext = 19; } enum TaskStatus { |