]> source.dussan.org Git - sonarqube.git/commitdiff
SONAR-9670 Introduce sonar.branch.longLivedBranches.regex
authorDuarte Meneses <duarte.meneses@sonarsource.com>
Fri, 4 Aug 2017 13:34:08 +0000 (15:34 +0200)
committerJanos Gyerik <janos.gyerik@sonarsource.com>
Tue, 12 Sep 2017 08:55:10 +0000 (10:55 +0200)
sonar-plugin-api/src/main/java/org/sonar/api/CoreProperties.java

index a93bdd3538159d8d030e1cfb88c1dae5dcb726b2..9157f49b532f6d4968a64aa7d807d42825eecb3e 100644 (file)
@@ -49,6 +49,11 @@ public interface CoreProperties {
    */
   String SUBCATEGORY_DUPLICATIONS = "duplications";
 
+  /**
+   * @since 6.6
+   */
+  String SUBCATEGORY_BRANCHES = "Branches";
+
   /**
    * @since 4.0
    */
@@ -153,6 +158,11 @@ public interface CoreProperties {
    */
   String PROJECT_DATE_PROPERTY = "sonar.projectDate";
 
+  /**
+   * @since 6.6
+   */
+  String LONG_LIVED_BRANCHES_REGEX = "sonar.branch.longLivedBranches.regex";
+
   /**
    * @deprecated since 4.2 projects are now multi-language
    */