diff options
author | Julien Lancelot <julien.lancelot@sonarsource.com> | 2017-08-24 19:05:26 +0200 |
---|---|---|
committer | Janos Gyerik <janos.gyerik@sonarsource.com> | 2017-09-12 11:34:52 +0200 |
commit | 018423d4751bf1f508433127bc7271f72232e406 (patch) | |
tree | f1ad1228503d9fc82a2b6d038ab103d484447c9e /sonar-ws | |
parent | 0c052b29d94c3382b0c4b88780c818fc4ccdd1ac (diff) | |
download | sonarqube-018423d4751bf1f508433127bc7271f72232e406.tar.gz sonarqube-018423d4751bf1f508433127bc7271f72232e406.zip |
SONAR-9616 Return branch in api/tests/list
Diffstat (limited to 'sonar-ws')
-rw-r--r-- | sonar-ws/src/main/protobuf/ws-tests.proto | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sonar-ws/src/main/protobuf/ws-tests.proto b/sonar-ws/src/main/protobuf/ws-tests.proto index 13a070a34a2..7f98ff6aa13 100644 --- a/sonar-ws/src/main/protobuf/ws-tests.proto +++ b/sonar-ws/src/main/protobuf/ws-tests.proto @@ -56,6 +56,7 @@ message Test { optional int32 coveredLines = 8; optional string message = 9; optional string stacktrace = 10; + optional string fileBranch = 11; } enum TestStatus { |