ApprovalContext |
Entity representing all required information to match predicates for copying approvals.
|
ApprovalModule |
Module to bind logic related to approval copying.
|
ApprovalPredicate |
|
ApprovalQueryBuilder |
|
ChangeKindPredicate |
Predicate that matches patch set approvals we want to copy if the diff between the old and new
patch set is of a certain kind.
|
ExactValuePredicate |
Predicate that matches patch set approvals that have a given voting value.
|
ListOfFilesUnchangedPredicate |
Predicate that matches when the new patch-set includes the same files as the old patch-set.
|
MagicValuePredicate |
Predicate that matches patch set approvals we want to copy based on the value.
|
UserInPredicate |
Predicate that matches group memberships of users such as uploader or approver.
|