aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-batch-protocol/src/main/protobuf
diff options
context:
space:
mode:
authorJean-Baptiste Lievremont <jean-baptiste.lievremont@sonarsource.com>2015-05-04 17:44:29 +0200
committerJean-Baptiste Lievremont <jean-baptiste.lievremont@sonarsource.com>2015-05-05 11:56:13 +0200
commitcf4b5116a1aabee6963d98d2e5cf625733e2b555 (patch)
treeac123f692d660a6e7b790bebfcda40d74d9bfcb8 /sonar-batch-protocol/src/main/protobuf
parent9b235dda465394be414f0e7e52094b930ccad175 (diff)
downloadsonarqube-cf4b5116a1aabee6963d98d2e5cf625733e2b555.tar.gz
sonarqube-cf4b5116a1aabee6963d98d2e5cf625733e2b555.zip
SONAR-6521 Add protobuf declaration for users
Diffstat (limited to 'sonar-batch-protocol/src/main/protobuf')
-rw-r--r--sonar-batch-protocol/src/main/protobuf/batch_input.proto4
1 files changed, 4 insertions, 0 deletions
diff --git a/sonar-batch-protocol/src/main/protobuf/batch_input.proto b/sonar-batch-protocol/src/main/protobuf/batch_input.proto
index ec430b6d944..7dd52640652 100644
--- a/sonar-batch-protocol/src/main/protobuf/batch_input.proto
+++ b/sonar-batch-protocol/src/main/protobuf/batch_input.proto
@@ -55,3 +55,7 @@ message ServerIssue {
optional int64 creation_date = 14;
}
+message User {
+ optional string login = 1;
+ optional string name = 2;
+}