| 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() |
Finds project contributor by name. Returns null if one cannot be found.