From: Fabrice Bellingard Date: Thu, 12 Jul 2012 11:35:19 +0000 (+0200) Subject: SONAR-1608 Update documentation on ResourceType X-Git-Tag: 3.2~105 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=8b60ec97a70c397da22a889a4b9e8be7a15a27f1;p=sonarqube.git SONAR-1608 Update documentation on ResourceType --- 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 c876d9f75b5..0283888da99 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 @@ -26,6 +26,7 @@ import com.google.common.collect.Maps; import javax.annotation.Nullable; import javax.annotation.concurrent.Immutable; + import java.util.Map; /** @@ -41,6 +42,7 @@ import java.util.Map; *
  • "deletable": if set to "true", then this resource can be deleted/purged.
  • *
  • "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
  • * * * @since 2.14