Package com.google.gerrit.server.project
Class ContributorAgreementsChecker
- java.lang.Object
-
- com.google.gerrit.server.project.ContributorAgreementsChecker
-
public class ContributorAgreementsChecker extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description protected static class
ContributorAgreementsChecker.Metrics
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
check(Project.NameKey project, CurrentUser user)
Checks if the user has signed a contributor agreement for the project.
-
-
-
Method Detail
-
check
public void check(Project.NameKey project, CurrentUser user) throws IOException, AuthException
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
-
-