public interface ContributionSet extends HumanReadable
| 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
|
java.lang.String |
toText()
human readable text representation
|
java.util.Collection<Commit> getAllCommits()
java.util.Collection<java.lang.String> getAllTickets()
java.lang.String toText()
toText in interface HumanReadable