From 93372f657343da87415b1625cb15b4e90c6febe3 Mon Sep 17 00:00:00 2001 From: Julien Lancelot Date: Tue, 21 Feb 2017 15:15:54 +0100 Subject: SONAR-8790 Add last analysis date on api/components/show WS --- sonar-ws/src/main/protobuf/ws-components.proto | 1 + 1 file changed, 1 insertion(+) (limited to 'sonar-ws/src/main') diff --git a/sonar-ws/src/main/protobuf/ws-components.proto b/sonar-ws/src/main/protobuf/ws-components.proto index d99095e075c..2c5b2673eb4 100644 --- a/sonar-ws/src/main/protobuf/ws-components.proto +++ b/sonar-ws/src/main/protobuf/ws-components.proto @@ -87,4 +87,5 @@ message Component { optional string path = 9; optional string language = 10; optional bool isFavorite = 11; + optional string analysisDate = 13; } -- cgit v1.2.3