aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-core
diff options
context:
space:
mode:
authorDuarte Meneses <duarte.meneses@sonarsource.com>2017-08-18 16:12:34 +0200
committerJanos Gyerik <janos.gyerik@sonarsource.com>2017-09-12 11:34:47 +0200
commit60b1fcc8948c4eeeb3e8843002fe0211994ddb7f (patch)
tree32f97b7a672164150bc38f8a9a8cf822fdaa3d66 /sonar-core
parent8fb5771ff79502b2a60c24404ad3f778876e0e16 (diff)
downloadsonarqube-60b1fcc8948c4eeeb3e8843002fe0211994ddb7f.tar.gz
sonarqube-60b1fcc8948c4eeeb3e8843002fe0211994ddb7f.zip
SONAR-9616 Delete the branches that are inactive for too long
Diffstat (limited to 'sonar-core')
-rw-r--r--sonar-core/src/main/java/org/sonar/core/config/PurgeConstants.java1
1 files changed, 1 insertions, 0 deletions
diff --git a/sonar-core/src/main/java/org/sonar/core/config/PurgeConstants.java b/sonar-core/src/main/java/org/sonar/core/config/PurgeConstants.java
index cecde69e3d2..01703c9f30a 100644
--- a/sonar-core/src/main/java/org/sonar/core/config/PurgeConstants.java
+++ b/sonar-core/src/main/java/org/sonar/core/config/PurgeConstants.java
@@ -27,4 +27,5 @@ public interface PurgeConstants {
String WEEKS_BEFORE_KEEPING_ONLY_ONE_SNAPSHOT_BY_MONTH = "sonar.dbcleaner.weeksBeforeKeepingOnlyOneSnapshotByMonth";
String WEEKS_BEFORE_DELETING_ALL_SNAPSHOTS = "sonar.dbcleaner.weeksBeforeDeletingAllSnapshots";
String DAYS_BEFORE_DELETING_CLOSED_ISSUES = "sonar.dbcleaner.daysBeforeDeletingClosedIssues";
+ String DAYS_BEFORE_DELETING_INACTIVE_SHORT_LIVING_BRANCHES = "sonar.dbcleaner.daysBeforeDeletingInactiveShortLivingBranches";
}