diff options
author | Simon Brandhof <simon.brandhof@sonarsource.com> | 2017-09-28 13:51:00 +0200 |
---|---|---|
committer | Simon Brandhof <simon.brandhof@sonarsource.com> | 2017-09-28 16:45:25 +0200 |
commit | ea68f20a89103552774c3d3e784d752f6c281644 (patch) | |
tree | 85a18ce4209d0ad7d4412c3f743e4b890b73bb61 /sonar-ws | |
parent | 17fbd7aefed098e78a6a639efdc7d4f29ed5b685 (diff) | |
download | sonarqube-ea68f20a89103552774c3d3e784d752f6c281644.tar.gz sonarqube-ea68f20a89103552774c3d3e784d752f6c281644.zip |
Add field "errorType" to tasks returned in api/ce/*
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 aa183b79325..d5785806121 100644 --- a/sonar-ws/src/main/protobuf/ws-ce.proto +++ b/sonar-ws/src/main/protobuf/ws-ce.proto @@ -91,6 +91,7 @@ message Task { optional string organization = 20; optional string branch = 21; optional sonarqube.ws.commons.BranchType branchType = 22; + optional string errorType = 23; } enum TaskStatus { |