Interface ReferenceMetadata


@Immutable public interface ReferenceMetadata
  • Method Details

    • getNumCommitsAhead

      @Nullable @Nullable Integer getNumCommitsAhead()
    • getNumCommitsBehind

      @Nullable @Nullable Integer getNumCommitsBehind()
    • getCommitMetaOfHEAD

      @Nullable @Nullable CommitMeta getCommitMetaOfHEAD()
    • getCommonAncestorHash

      @Nullable @Nullable String getCommonAncestorHash()
    • getNumTotalCommits

      @Nullable @Nullable Long getNumTotalCommits()