]> source.dussan.org Git - sonarqube.git/commitdiff
Revert "SONAR-3529 Remove test properties"
authorDavid Gageot <david@gageot.net>
Thu, 4 Oct 2012 08:15:34 +0000 (10:15 +0200)
committerDavid Gageot <david@gageot.net>
Thu, 4 Oct 2012 08:15:34 +0000 (10:15 +0200)
This reverts commit d301a6d99a486c8f52f9dfb8e74971b0651775eb.

plugins/sonar-core-plugin/src/main/java/org/sonar/plugins/core/CorePlugin.java

index 03a1f3f780418d7f8d0cd326b623b279caddcbae..00e99053d241532f4b5c10f910943dd9152522cf 100644 (file)
@@ -24,6 +24,7 @@ import org.sonar.api.CoreProperties;
 import org.sonar.api.Extension;
 import org.sonar.api.Properties;
 import org.sonar.api.Property;
+import org.sonar.api.PropertyField;
 import org.sonar.api.PropertyType;
 import org.sonar.api.SonarPlugin;
 import org.sonar.api.checks.NoSonarFilter;
@@ -126,6 +127,22 @@ import java.util.List;
     project = false,
     global = true,
     category = CoreProperties.CATEGORY_GENERAL),
+  @Property(
+    key = "sonar.test.jira.servers",
+    name = "Jira Servers",
+    global = true,
+    project = true,
+    category = "DEV",
+    fields = {
+      @PropertyField(
+        key = "url",
+        name = "Url",
+        description = "l'url du serveur jira",
+        type = PropertyType.STRING),
+      @PropertyField(
+        key = "port",
+        name = "Port",
+        type = PropertyType.INTEGER)}),
   @Property(
     key = "sonar.test.jira",
     name = "Jira",