aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-ws/src
diff options
context:
space:
mode:
authorSébastien Lesaint <sebastien.lesaint@sonarsource.com>2019-01-28 11:31:54 +0100
committersonartech <sonartech@sonarsource.com>2019-02-11 09:11:48 +0100
commit1cd4c68c628f0541d2e440dae09b8fb1674268d0 (patch)
treec4e671becf7a226fc91c7d917e76d5caf2b1d9d0 /sonar-ws/src
parent1d627934e30f2c8937a1c79e141133b04d2a8c82 (diff)
downloadsonarqube-1cd4c68c628f0541d2e440dae09b8fb1674268d0.tar.gz
sonarqube-1cd4c68c628f0541d2e440dae09b8fb1674268d0.zip
SONAR-11659 add analysis's versions to api/project_analyses/search
Diffstat (limited to 'sonar-ws/src')
-rw-r--r--sonar-ws/src/main/protobuf/ws-projectanalyses.proto2
1 files changed, 2 insertions, 0 deletions
diff --git a/sonar-ws/src/main/protobuf/ws-projectanalyses.proto b/sonar-ws/src/main/protobuf/ws-projectanalyses.proto
index e1895828b6a..b2b6c14e157 100644
--- a/sonar-ws/src/main/protobuf/ws-projectanalyses.proto
+++ b/sonar-ws/src/main/protobuf/ws-projectanalyses.proto
@@ -56,6 +56,8 @@ message Analysis {
optional string key = 1;
optional string date = 2;
repeated Event events = 3;
+ optional string codePeriodVersion = 4;
+ optional string projectVersion = 5;
}
message QualityGate {