]> source.dussan.org Git - sonarqube.git/commitdiff
SONAR-8354 Complete javadoc on deprecated class related to dashboards
authorJulien Lancelot <julien.lancelot@sonarsource.com>
Wed, 9 Nov 2016 17:26:51 +0000 (18:26 +0100)
committerJulien Lancelot <julien.lancelot@sonarsource.com>
Wed, 9 Nov 2016 17:26:51 +0000 (18:26 +0100)
12 files changed:
sonar-plugin-api/src/main/java/org/sonar/api/web/Dashboard.java
sonar-plugin-api/src/main/java/org/sonar/api/web/DashboardLayout.java
sonar-plugin-api/src/main/java/org/sonar/api/web/DashboardTemplate.java
sonar-plugin-api/src/main/java/org/sonar/api/web/RubyRailsWidget.java
sonar-plugin-api/src/main/java/org/sonar/api/web/Widget.java
sonar-plugin-api/src/main/java/org/sonar/api/web/WidgetCategory.java
sonar-plugin-api/src/main/java/org/sonar/api/web/WidgetLayout.java
sonar-plugin-api/src/main/java/org/sonar/api/web/WidgetLayoutType.java
sonar-plugin-api/src/main/java/org/sonar/api/web/WidgetProperties.java
sonar-plugin-api/src/main/java/org/sonar/api/web/WidgetProperty.java
sonar-plugin-api/src/main/java/org/sonar/api/web/WidgetPropertyType.java
sonar-plugin-api/src/main/java/org/sonar/api/web/WidgetScope.java

index e03de099b71e7e1f42ffbbe777e9a61fbc938db3..1a6055669723fcf0595b4b1c496ad3ee9b8bc576 100644 (file)
@@ -33,7 +33,7 @@ import java.util.Map;
  * "dashboard.&lt;id&gt;.description".
  *
  * @since 2.13
- * @deprecated since 6.2, as dashboards have been removed
+ * @deprecated since 6.2, this extension is ignored as dashboards have been removed
  */
 @Deprecated
 public final class Dashboard {
index 2f8212a744e8aa5f11340319770af5da7f0ce212..de2a3b8172c5d4d8d733a1ef20f8784f283f467a 100644 (file)
@@ -23,7 +23,7 @@ package org.sonar.api.web;
  * Possible layouts for a dashboard.
  *
  * @since 2.13
- * @deprecated since 6.2, as dashboards have been removed
+ * @deprecated since 6.2, this extension is ignored as dashboards have been removed
  */
 @Deprecated
 public enum DashboardLayout {
index a37260e8571ef8b6f411de549ffb0f3fc9c045f9..e8af430ea850116609e64ac0a30ed28fd0e30a58 100644 (file)
@@ -26,7 +26,7 @@ import org.sonar.api.server.ServerSide;
  * This extension point must be implemented to define a new dashboard.
  *
  * @since 2.13
- * @deprecated since 6.2, as dahsboards have been removed
+ * @deprecated since 6.2, this extension is ignored as dashboards have been removed
  */
 @Deprecated
 @ServerSide
index adb5986eae930d8b9a5828ef5aaa30e9668f9a6b..620a65e2adc5d8bacc09204d1de893cc90d41163 100644 (file)
@@ -31,7 +31,7 @@ package org.sonar.api.web;
  * </code>
  *
  * @since 1.11
- * @deprecated since 6.2, as dashboards have been removed
+ * @deprecated since 6.2, this extension is ignored as dashboards have been removed
  */
 @Deprecated
 public interface RubyRailsWidget extends Widget {
index 4d6671e7665f1cfe791e54968279e2b410ff185e..d41c78c157ffcf32c70190a91d2dd856db10dab8 100644 (file)
@@ -21,7 +21,7 @@ package org.sonar.api.web;
 
 /**
  * @since 1.11
- * @deprecated since 6.2, as dashboards have been removed
+ * @deprecated since 6.2, this extension is ignored as dashboards have been removed
  */
 @Deprecated
 public interface Widget extends View {
index 85d5976a886d2e92cf9604bed39c3ac39ebeee68..241f75ec6d5e695af0f0417428927d7bf7f4988b 100644 (file)
@@ -26,7 +26,7 @@ import java.lang.annotation.Target;
 
 /**
  * @since 2.4
- * @deprecated since 6.2, as dashboards have been removed
+ * @deprecated since 6.2, this extension is ignored as dashboards have been removed
  */
 @Deprecated
 @Retention(RetentionPolicy.RUNTIME)
index d0ff39744abc76bd6ace14b6b7d1cab01f069f2d..f8c900ec3e21c368ba8e4bf3ceedb63d3a948873 100644 (file)
@@ -26,7 +26,7 @@ import java.lang.annotation.Target;
 
 /**
  * @since 2.4
- * @deprecated since 6.2, as dashboards have been removed
+ * @deprecated since 6.2, this extension is ignored as dashboards have been removed
  */
 @Deprecated
 @Retention(RetentionPolicy.RUNTIME)
index b582d6cc553cb42755fcd838938aed8431cdab14..90e52215215825f36a5b5bc748ccb6c7e383ca9c 100644 (file)
@@ -21,7 +21,7 @@ package org.sonar.api.web;
 
 /**
  * @since 2.4
- * @deprecated since 6.2, as dashboards have been removed
+ * @deprecated since 6.2, this extension is ignored as dashboards have been removed
  */
 @Deprecated
 public enum WidgetLayoutType {
index c98b1f605341cb8de8e9224d9f71341877b3ac29..6e887a726a75248e3ac73d0ad0408be24dc20599 100644 (file)
@@ -23,7 +23,7 @@ import java.lang.annotation.Retention;
 import java.lang.annotation.RetentionPolicy;
 
 /**
- * @deprecated since 6.2, as dashboards have been removed
+ * @deprecated since 6.2, this extension is ignored as dashboards have been removed
  */
 @Deprecated
 @Retention(RetentionPolicy.RUNTIME)
index ca4f9573174d9741915361dcfdbd4bfc53a68766..91a532c5af31d36615c9ba59202685450b397560 100644 (file)
@@ -25,7 +25,7 @@ import java.lang.annotation.RetentionPolicy;
 import java.lang.annotation.Target;
 
 /**
- * @deprecated since 6.2, as dashboards have been removed
+ * @deprecated since 6.2, this extension is ignored as dashboards have been removed
  */
 @Deprecated
 @Retention(RetentionPolicy.RUNTIME)
index ac662a7616c60877b9cd750a8e725f8f44f9aada..396eed8d37fa0aee139069e7fa5d7eaaf1a30bd3 100644 (file)
@@ -20,7 +20,7 @@
 package org.sonar.api.web;
 
 /**
- * @deprecated since 6.2, as dashboards have been removed
+ * @deprecated since 6.2, this extension is ignored as dashboards have been removed
  */
 @Deprecated
 public enum WidgetPropertyType {
index ba118a209b215c7399e47645df023d2804e0ad0a..02967830aca003bba3546172f3a8fa337c11c0eb 100644 (file)
@@ -33,7 +33,7 @@ import java.lang.annotation.Target;
  *
  * @since 3.1
 /**
- * @deprecated since 6.2, as dashboards have been removed
+ * @deprecated since 6.2, this extension is ignored as dashboards have been removed
  */
 @Deprecated
 @Retention(RetentionPolicy.RUNTIME)