Package com.google.gerrit.server.validators
-
Interface Summary Interface Description AccountActivationValidationListener Validator that is invoked when an account activated or deactivated via the Gerrit REST API or the Java extension API.AssigneeValidationListener Listener to provide validation of assignees.GroupCreationValidationListener Listener to provide validation on group creation.HashtagValidationListener Listener to provide validation of hashtag changes.OutgoingEmailValidationListener Listener to provide validation on outgoing email notification.ProjectCreationValidationListener Listener to provide validation on project creation. -
Class Summary Class Description OutgoingEmailValidationListener.Args Arguments supplied to validateOutgoingEmail. -
Exception Summary Exception Description ValidationException Exception to be thrown either directly or subclassed indicating that we failed to validate a Git operation.