Document the UrlFormatter interface

Change-Id: I048b0c1cac8a8b24999170512f66829b032e7f6d
This commit is contained in:
David Pursehouse 2018-11-26 17:56:07 +09:00
parent b3f84b2e69
commit e2f25beb34
1 changed files with 10 additions and 0 deletions

View File

@ -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