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() |
java.util.Collection<java.lang.String> |
toConfigNotation()
Returns a collection of contributors in notation "GITHUB_USER:FULL_NAME".
|
void addContributor(ProjectContributor contributor)
void addAllContributors(java.util.Collection<ProjectContributor> projectContributors)
int size()
java.util.Set<ProjectContributor> getAllContributors()
ProjectContributor findByName(java.lang.String name)
java.util.Collection<java.lang.String> toConfigNotation()