aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-ws
diff options
context:
space:
mode:
authorJulien Lancelot <julien.lancelot@sonarsource.com>2017-05-23 13:55:45 +0200
committerGrégoire Aubert <gregoire.aubert@sonarsource.com>2017-06-09 08:26:48 +0200
commita2b6fa49b42c0c0063b88c1c5bed56093c46b070 (patch)
tree6677ea3ac21e96679ea693540fad1d0f4a6df55f /sonar-ws
parent149e1e665263eae5594474bf2cc92f0dd78e092e (diff)
downloadsonarqube-a2b6fa49b42c0c0063b88c1c5bed56093c46b070.tar.gz
sonarqube-a2b6fa49b42c0c0063b88c1c5bed56093c46b070.zip
SONAR-9245 Return leak period in api/components/search_projects
Diffstat (limited to 'sonar-ws')
-rw-r--r--sonar-ws/src/main/protobuf/ws-components.proto1
1 files changed, 1 insertions, 0 deletions
diff --git a/sonar-ws/src/main/protobuf/ws-components.proto b/sonar-ws/src/main/protobuf/ws-components.proto
index 3159ed3ba95..58b02d9687c 100644
--- a/sonar-ws/src/main/protobuf/ws-components.proto
+++ b/sonar-ws/src/main/protobuf/ws-components.proto
@@ -117,6 +117,7 @@ message Component {
optional string analysisDate = 13;
optional Tags tags = 14;
optional string visibility = 15;
+ optional string leakPeriodDate = 16;
message Tags {
repeated string tags = 1;