aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-ws/src
diff options
context:
space:
mode:
authorJulien Lancelot <julien.lancelot@sonarsource.com>2017-08-11 15:18:38 +0200
committerJulien Lancelot <julien.lancelot@sonarsource.com>2017-08-11 17:30:07 +0200
commitcb268fa8de93607dc156be5e28cb6fd5b2ab4152 (patch)
tree5c4241e184db9b289983b034e72d3d73cd0098b0 /sonar-ws/src
parenta289d6369491c6c1c3b161cb5050a08f17312fd1 (diff)
downloadsonarqube-cb268fa8de93607dc156be5e28cb6fd5b2ab4152.tar.gz
sonarqube-cb268fa8de93607dc156be5e28cb6fd5b2ab4152.zip
SONAR-9708 Return incremental field in api/ce/activity
Diffstat (limited to 'sonar-ws/src')
-rw-r--r--sonar-ws/src/main/protobuf/ws-ce.proto3
1 files changed, 2 insertions, 1 deletions
diff --git a/sonar-ws/src/main/protobuf/ws-ce.proto b/sonar-ws/src/main/protobuf/ws-ce.proto
index cc38df268c7..e6f69926046 100644
--- a/sonar-ws/src/main/protobuf/ws-ce.proto
+++ b/sonar-ws/src/main/protobuf/ws-ce.proto
@@ -68,7 +68,6 @@ message WorkerCountResponse {
}
message Task {
- optional string organization = 20;
optional string id = 1;
optional string type = 2;
optional string componentId = 3;
@@ -88,6 +87,8 @@ message Task {
optional string errorStacktrace = 17;
optional string scannerContext = 18;
optional bool hasScannerContext = 19;
+ optional string organization = 20;
+ optional bool incremental = 21;
}
enum TaskStatus {