public class ContributorAgreementsChecker
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
void |
check(Project.NameKey project,
CurrentUser user)
Checks if the user has signed a contributor agreement for the project.
|
public void check(Project.NameKey project, CurrentUser user) throws java.io.IOException, AuthException
AuthException
- if the user has not signed a contributor agreement for the projectjava.io.IOException
- if project states could not be loaded