aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-ws/src/main
diff options
context:
space:
mode:
authorJulien Lancelot <julien.lancelot@sonarsource.com>2017-02-21 15:15:54 +0100
committerJulien Lancelot <julien.lancelot@sonarsource.com>2017-02-22 15:25:13 +0100
commit93372f657343da87415b1625cb15b4e90c6febe3 (patch)
tree183d8be58393f265618a26e532d4ce809203a7a6 /sonar-ws/src/main
parent741fd9a540edee477fe7354417cb295404ff0865 (diff)
downloadsonarqube-93372f657343da87415b1625cb15b4e90c6febe3.tar.gz
sonarqube-93372f657343da87415b1625cb15b4e90c6febe3.zip
SONAR-8790 Add last analysis date on api/components/show WS
Diffstat (limited to 'sonar-ws/src/main')
-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 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;
}