diff options
author | Sébastien Lesaint <sebastien.lesaint@sonarsource.com> | 2016-08-18 12:07:27 +0200 |
---|---|---|
committer | Sébastien Lesaint <sebastien.lesaint@sonarsource.com> | 2016-08-22 10:25:43 +0200 |
commit | 5a15f58bd1ec2fc67bdba15470b827ad0b95c547 (patch) | |
tree | ff1defea0132da156eba5c37638f26101aa2decc /sonar-ws | |
parent | 3cdbd91927c88959d933b2f14ef7da43e090e533 (diff) | |
download | sonarqube-5a15f58bd1ec2fc67bdba15470b827ad0b95c547.tar.gz sonarqube-5a15f58bd1ec2fc67bdba15470b827ad0b95c547.zip |
SONAR-7845 add scannerContext to /api/ce/task
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 69caa3cb99e..125b79257fb 100644 --- a/sonar-ws/src/main/protobuf/ws-ce.proto +++ b/sonar-ws/src/main/protobuf/ws-ce.proto @@ -79,6 +79,7 @@ message Task { optional bool logs = 15; optional string errorMessage = 16; optional string errorStacktrace = 17; + optional string scannerContext = 18; } enum TaskStatus { |