From 94d68f66338e5c109a92bd5146f10a8184ea3829 Mon Sep 17 00:00:00 2001 From: Fabrice Bellingard Date: Fri, 13 Jul 2012 09:58:24 +0200 Subject: [PATCH] Improve documentation of ResourceType with new property --- .../src/main/java/org/sonar/api/resources/ResourceType.java | 1 + 1 file changed, 1 insertion(+) diff --git a/sonar-plugin-api/src/main/java/org/sonar/api/resources/ResourceType.java b/sonar-plugin-api/src/main/java/org/sonar/api/resources/ResourceType.java index 0283888da99..babcc925081 100644 --- a/sonar-plugin-api/src/main/java/org/sonar/api/resources/ResourceType.java +++ b/sonar-plugin-api/src/main/java/org/sonar/api/resources/ResourceType.java @@ -43,6 +43,7 @@ import java.util.Map; *
  • "availableForFilters": if set to "true", then this resource can be displayed in the filters results
  • *
  • "modifiable_history": if set to "true", then the history of this resource may be modified (deletion of snapshots, modification of events, ...)
  • *
  • "updatable_key" (since 3.2): if set to "true", then it is possible to update the key of this resource
  • + *
  • "supportsGlobalDashboards" (since 3.2): if true, this resource can be displayed in global dashboards
  • * * * @since 2.14 -- 2.39.5