Interface ReferenceHistoryResponse


@Immutable public interface ReferenceHistoryResponse
  • Method Details

    • builder

      static org.projectnessie.model.ImmutableReferenceHistoryResponse.Builder builder()
    • getReference

      @NotNull @NotNull @NotNull @NotNull Reference getReference()
    • current

      @NotNull @NotNull @NotNull @NotNull ReferenceHistoryState current()
    • previous

      @NotNull @NotNull @NotNull @NotNull List<ReferenceHistoryState> previous()
    • commitLogConsistency

      @NotNull @NotNull @NotNull @NotNull CommitConsistency commitLogConsistency()