Parses team members configurable via ReleaseConfiguration.Team#getDevelopers() and ReleaseConfiguration.Team#getContributors()
| Modifiers | Name | Description |
|---|---|---|
static class |
TeamParser.InvalidInput |
Thrown when the team members are not configured correctly in ReleaseConfiguration.Team#getDevelopers() or ReleaseConfiguration.Team#getContributors() |
| Type | Name and description |
|---|---|
static TeamMember |
parsePerson(java.lang.String notation)Parses single person notation provided via ReleaseConfiguration.Team#getDevelopers() and ReleaseConfiguration.Team#getContributors() |
static void |
validateTeamMembers(java.util.Collection<java.lang.String> teamMembers)Validates team memberes configured via ReleaseConfiguration.Team#getDevelopers() and ReleaseConfiguration.Team#getContributors() |
| Methods inherited from class | Name |
|---|---|
class java.lang.Object |
java.lang.Object#wait(long, int), java.lang.Object#wait(long), java.lang.Object#wait(), java.lang.Object#equals(java.lang.Object), java.lang.Object#toString(), java.lang.Object#hashCode(), java.lang.Object#getClass(), java.lang.Object#notify(), java.lang.Object#notifyAll() |
Parses single person notation provided via ReleaseConfiguration.Team#getDevelopers() and ReleaseConfiguration.Team#getContributors()
Validates team memberes configured via ReleaseConfiguration.Team#getDevelopers() and ReleaseConfiguration.Team#getContributors()