From e2f25beb345525ed4ae8cc1293d7cb668fdce1c3 Mon Sep 17 00:00:00 2001 From: David Pursehouse Date: Mon, 26 Nov 2018 17:56:07 +0900 Subject: [PATCH] Document the UrlFormatter interface Change-Id: I048b0c1cac8a8b24999170512f66829b032e7f6d --- Documentation/dev-plugins.txt | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/Documentation/dev-plugins.txt b/Documentation/dev-plugins.txt index fd29bf7eb1..53b03b1ebe 100644 --- a/Documentation/dev-plugins.txt +++ b/Documentation/dev-plugins.txt @@ -2355,6 +2355,16 @@ By implementing the `com.google.gerrit.server.git.ChangeReportFormatter` interface, a plugin may change the formatting of the report. +[[url-formatting]] +== URL Formatting + +URLs to various parts of Gerrit are usually formed by adding suffixes to +the canonical web URL. + +By implementing the +`com.google.gerrit.server.config.UrlFormatter` interface, a plugin may +change the format of the URL. + [[links-to-external-tools]] == Links To External Tools