Package org.projectnessie.versioned
Interface ReferenceHistory
-
@Immutable public interface ReferenceHistory
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceReferenceHistory.ReferenceHistoryElement
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description org.projectnessie.model.CommitConsistencycommitLogConsistency()ReferenceHistory.ReferenceHistoryElementcurrent()java.util.List<ReferenceHistory.ReferenceHistoryElement>previous()
-
-
-
Method Detail
-
current
ReferenceHistory.ReferenceHistoryElement current()
-
previous
java.util.List<ReferenceHistory.ReferenceHistoryElement> previous()
-
commitLogConsistency
org.projectnessie.model.CommitConsistency commitLogConsistency()
-
-