diff options
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 |