A set of contributions
| Type | Name and description |
|---|---|
java.util.Collection<Commit> |
getAllCommits()All commits in given contribution set, spanning all authors |
java.util.Collection<java.lang.String> |
getAllTickets()All tickets referenced in commit messages |
int |
getAuthorCount()All unique authors of this set of contributions. |
java.util.Collection<Contribution> |
getContributions()All contributions in the set. |
| Methods inherited from class | Name |
|---|---|
interface org.json.simple.Jsonable |
org.json.simple.Jsonable#toJson(), org.json.simple.Jsonable#toJson(java.io.Writer) |
All commits in given contribution set, spanning all authors
All tickets referenced in commit messages
All unique authors of this set of contributions. Basically, it's the size of getContributions().
All contributions in the set.