diff options
author | Daniel Schwarz <daniel.schwarz@sonarsource.com> | 2017-09-27 15:52:11 +0200 |
---|---|---|
committer | Daniel Schwarz <bartfastiel@users.noreply.github.com> | 2017-10-03 08:47:46 +0200 |
commit | 969144e95d4abdac3e7efd0646390cfaaff3b0d1 (patch) | |
tree | f0e2b69a4732b5b0d06680c40247ed268361da7f /sonar-ws | |
parent | f31e2b78f415c4fffbed2233ce0bbc909a1be586 (diff) | |
download | sonarqube-969144e95d4abdac3e7efd0646390cfaaff3b0d1.tar.gz sonarqube-969144e95d4abdac3e7efd0646390cfaaff3b0d1.zip |
SONAR-9756 add analysis date to response of api/project_branches/list
Diffstat (limited to 'sonar-ws')
-rw-r--r-- | sonar-ws/src/main/protobuf/ws-projectbranches.proto | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sonar-ws/src/main/protobuf/ws-projectbranches.proto b/sonar-ws/src/main/protobuf/ws-projectbranches.proto index bfeb635b5ea..d4b2a183e4e 100644 --- a/sonar-ws/src/main/protobuf/ws-projectbranches.proto +++ b/sonar-ws/src/main/protobuf/ws-projectbranches.proto @@ -44,6 +44,7 @@ message Branch { optional string mergeBranch = 4; optional Status status = 5; optional bool isOrphan = 6; + optional string analysisDate = 7; message Status { // Quality gate status is only present for long living branch |