public interface ContributionSet
extends java.io.Serializable
| Modifier and Type | Method 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.
|
java.util.Collection<Commit> getAllCommits()
java.util.Collection<java.lang.String> getAllTickets()
java.util.Collection<Contribution> getContributions()
int getAuthorCount()
getContributions().