aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-plugin-api
diff options
context:
space:
mode:
authorFabrice Bellingard <bellingard@gmail.com>2012-07-12 13:35:19 +0200
committerFabrice Bellingard <bellingard@gmail.com>2012-07-12 16:29:26 +0200
commit8b60ec97a70c397da22a889a4b9e8be7a15a27f1 (patch)
tree341081b0584c20553209762284df699bfa8462fa /sonar-plugin-api
parent94b9f6770f937daead1d599ccbaf76a44dbc69fa (diff)
downloadsonarqube-8b60ec97a70c397da22a889a4b9e8be7a15a27f1.tar.gz
sonarqube-8b60ec97a70c397da22a889a4b9e8be7a15a27f1.zip
SONAR-1608 Update documentation on ResourceType
Diffstat (limited to 'sonar-plugin-api')
-rw-r--r--sonar-plugin-api/src/main/java/org/sonar/api/resources/ResourceType.java2
1 files changed, 2 insertions, 0 deletions
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;
* <li>"deletable": if set to "true", then this resource can be deleted/purged.</li>
* <li>"availableForFilters": if set to "true", then this resource can be displayed in the filters results</li>
* <li>"modifiable_history": if set to "true", then the history of this resource may be modified (deletion of snapshots, modification of events, ...)</li>
+ * <li>"updatable_key" (since 3.2): if set to "true", then it is possible to update the key of this resource</li>
* </ul>
*
* @since 2.14