| Type | Name and description |
|---|---|
void |
addAllContributors(java.util.Collection<ProjectContributor> projectContributors) |
void |
addContributor(ProjectContributor contributor) |
ProjectContributor |
findByName(java.lang.String name)Finds project contributor by name. |
java.util.Set<ProjectContributor> |
getAllContributors() |
int |
size() |
java.util.Collection<java.lang.String> |
toConfigNotation()Returns a collection of contributors in notation "GITHUB_USER:FULL_NAME". |
Finds project contributor by name. Returns null if one cannot be found.
Returns a collection of contributors in notation "GITHUB_USER:FULL_NAME".