summaryrefslogtreecommitdiffstats
path: root/Documentation/dev-plugins.txt
diff options
context:
space:
mode:
Diffstat (limited to 'Documentation/dev-plugins.txt')
-rw-r--r--Documentation/dev-plugins.txt14
1 files changed, 14 insertions, 0 deletions
diff --git a/Documentation/dev-plugins.txt b/Documentation/dev-plugins.txt
index 2e74b7c281..8ab906b090 100644
--- a/Documentation/dev-plugins.txt
+++ b/Documentation/dev-plugins.txt
@@ -982,6 +982,20 @@ MyType(@PluginData java.io.File myDir) {
}
----
+[[download-commands]]
+Download Commands
+-----------------
+
+Gerrit offers commands for downloading changes using different
+download schemes (e.g. for downloading via different network
+protocols). Plugins can contribute download schemes and download
+commands by implementing
+`com.google.gerrit.extensions.config.DownloadScheme` and
+`com.google.gerrit.extensions.config.DownloadCommand`.
+
+The download schemes and download commands which are used most often
+are provided by the Gerrit core plugin `download-commands`.
+
[[documentation]]
Documentation
-------------