Package org.projectnessie.versioned
Interface ReferenceHistory
@Immutable
public interface ReferenceHistory
-
Method Details
-
current
ReferenceHistory.ReferenceHistoryElement current() -
previous
List<ReferenceHistory.ReferenceHistoryElement> previous() -
commitLogConsistency
org.projectnessie.model.CommitConsistency commitLogConsistency()
-