Package com.google.gerrit.server.submitrequirement.predicate
-
Interface Summary Interface Description DistinctVotersPredicate.Factory FileEditsPredicate.Factory HasSubmoduleUpdatePredicate.Factory -
Class Summary Class Description ConstantPredicate A submit requirement predicate (can only be used in submit requirement expressions) that always evaluates totrue
if the value is equal to "true" or false otherwise.DistinctVotersPredicate A submit requirement predicate that allows checking for distinct voters across labels.FileEditsPredicate A submit-requirement predicate that can be used in submit requirements expressions.FileEditsPredicate.FileEditsArgs HasSubmoduleUpdatePredicate Submit requirement predicate that returns true if the diff of the latest patchset against the parent number identified byHasSubmoduleUpdatePredicate.base
has a submodule modified file, that is, a .gitmodules or a git link file.RegexAuthorEmailPredicate A submit requirement predicate that matches with changes having the author email's address matching a specific regular expression pattern.RegexCommitterEmailPredicate A submit requirement predicate that matches with changes having the committer email's address matching a specific regular expression pattern.RegexUploaderEmailPredicate A submit requirement predicate that matches with changes having the uploader's email address matching a specific regular expression pattern.RegexUploaderEmailPredicateFactory