Class RefOperationValidators

java.lang.Object
com.google.gerrit.server.git.validators.RefOperationValidators

public class RefOperationValidators extends Object
Collection of validation listeners that are called before a ref update is performed with the command to be run. This is called from the git push path as well as Gerrit's handlers for creating or deleting refs. Calls out to RefOperationValidationListener provided by plugins.
  • Method Details