diff options
author | Michal Duda <michal.duda@sonarsource.com> | 2019-11-06 17:24:57 +0100 |
---|---|---|
committer | SonarTech <sonartech@sonarsource.com> | 2019-12-09 20:46:15 +0100 |
commit | d23f59d1802814dee023ebdc68421db440cde2f2 (patch) | |
tree | 5c4f4090ba8240a28b99ef102c58e857d8ddb28e /sonar-ws | |
parent | a30ba90a56f2abb857af67bb96d9cb1339afdd24 (diff) | |
download | sonarqube-d23f59d1802814dee023ebdc68421db440cde2f2.tar.gz sonarqube-d23f59d1802814dee023ebdc68421db440cde2f2.zip |
SONAR-12636 add a global setting that defines default list of branches to keep
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 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 { |