public interface ProjectContributorsSet
| Modifier and Type | Method 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() |
void addContributor(ProjectContributor contributor)
void addAllContributors(java.util.Collection<ProjectContributor> projectContributors)
int size()
java.util.Set<ProjectContributor> getAllContributors()
ProjectContributor findByName(java.lang.String name)