Add documentation for CommentValidator interface

Change-Id: I576f746852e7c4f25fc430c54a8d8db0b8e25ea9
This commit is contained in:
Joerg Zieren
2019-07-24 17:39:26 +02:00
parent e62fd2e27d
commit 81c899f085

View File

@@ -122,6 +122,15 @@ Plugins implementing the `AccountActivationValidationListener` interface can
perform validation when an account is activated or deactivated via the Gerrit
REST API or the Java extension API.
[[review-comment-validation]]
== Review comment validation
The `CommentValidator` interface allows plugins to validate all review comments,
i.e. inline comments, file comments and the review message. This works for the
REST API, for `git push` when `--publish-comments` is used and for comments sent
via email.
GERRIT
------