diff options
Diffstat (limited to 'sonar-ws/src/main/protobuf/ws-projectbranches.proto')
-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 75ae338e9fc..e48d6eed666 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 Status status = 5; optional bool isOrphan = 6; optional string analysisDate = 7; + optional bool excludedFromPurge = 8; } message Status { |