Package org.projectnessie.model
Interface ReferenceMetadata
-
- All Known Implementing Classes:
ImmutableReferenceMetadata
@Immutable public interface ReferenceMetadata
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CommitMetagetCommitMetaOfHEAD()StringgetCommonAncestorHash()IntegergetNumCommitsAhead()IntegergetNumCommitsBehind()LonggetNumTotalCommits()
-
-
-
Method Detail
-
getCommitMetaOfHEAD
@Nullable CommitMeta getCommitMetaOfHEAD()
-
-