A (sub) set of commits.
 
 This type is used to group together a set of commits that form a subgraph of
 the complete commit graph. Like the complete graph, this subgraph will have a
 single root() node.
- Author:
- Lukas Eder
- 
Method SummaryModifier and TypeMethodDescriptionvoidAdd a commit to the graph.voidaddAll(Collection<? extends Commit> commits) Add all commits to the graph.voidAdd all commits to the graph.@NotNull MigrationsTypeexport()Export XML content from this commits graph.@Nullable CommitGet a commit from the graph by ID, ornull, if the ID was not found.@NotNull Commitsload(MigrationsType migrations) Load XML content into this commits graph.@NotNull Commitroot()The root node.Methods inherited from interface java.lang.IterableforEach, iterator, spliterator
- 
Method Details- 
rootThe root node.
- 
getGet a commit from the graph by ID, ornull, if the ID was not found.
- 
addAdd a commit to the graph.
- 
addAllAdd all commits to the graph.
- 
addAllAdd all commits to the graph.
- 
loadLoad XML content into this commits graph.
- 
exportExport XML content from this commits graph.
 
-