diff options
author | Julien Lancelot <julien.lancelot@sonarsource.com> | 2017-02-21 15:15:54 +0100 |
---|---|---|
committer | Julien Lancelot <julien.lancelot@sonarsource.com> | 2017-02-22 15:25:13 +0100 |
commit | 93372f657343da87415b1625cb15b4e90c6febe3 (patch) | |
tree | 183d8be58393f265618a26e532d4ce809203a7a6 /sonar-ws/src/main | |
parent | 741fd9a540edee477fe7354417cb295404ff0865 (diff) | |
download | sonarqube-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.proto | 1 |
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; } |