public interface Contribution
extends java.io.Serializable
| Modifier and Type | Method 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() |
java.util.Collection<Commit> getCommits()
java.lang.String getAuthorName()
void setContributor(Contributor contributor)
getContributor()Contributor getContributor()