Package com.google.gerrit.server.project
Class ContributorAgreementsChecker
java.lang.Object
com.google.gerrit.server.project.ContributorAgreementsChecker
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionvoid
check
(Project.NameKey project, CurrentUser user) Checks if the user has signed a contributor agreement for the project.
-
Method Details
-
check
Checks if the user has signed a contributor agreement for the project.- Throws:
AuthException
- if the user has not signed a contributor agreement for the projectIOException
- if project states could not be loaded
-