VCS contribution, author + all commits. Contribution holds many commits and potentially many improvements by a single author.
| Type | Name and description |
|---|---|
java.lang.String |
getAuthorName()The name of the author |
java.util.Collection<Commit> |
getCommits()Commits |
Contributor |
getContributor()Contributor that authored this contribution. |
void |
setContributor(Contributor contributor)See getContributor() |
| 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() |
The name of the author
Commits
Contributor that authored this contribution. Warning! Can be null if the contributor was not configured.
See getContributor()