Module org.jooq
Package org.jooq

Interface Commits

All Superinterfaces:
Iterable<Commit>

public interface Commits extends Iterable<Commit>
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