From: Fabrice Bellingard Date: Fri, 13 Jul 2012 07:58:24 +0000 (+0200) Subject: Improve documentation of ResourceType with new property X-Git-Tag: 3.2~95 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=94d68f66338e5c109a92bd5146f10a8184ea3829;p=sonarqube.git Improve documentation of ResourceType with new property --- 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