public interface Contribution
extends org.json.simple.Jsonable, java.io.Serializable
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getAuthorName()
The name of the author
|
java.util.Collection<Commit> |
getCommits()
Commits
|
java.util.Collection<Commit> getCommits()
java.lang.String getAuthorName()