Interface GetNamedRefsParams


  • @Immutable
    public interface GetNamedRefsParams
    Parameters that control the values that shall be returned via for each ReferenceInfo via functionality to retrieve the named references.
    • Method Detail

      • builder

        static org.projectnessie.versioned.ImmutableGetNamedRefsParams.Builder builder()
      • getBaseReference

        @Nullable
        @Nullable
        NamedRef getBaseReference()
        Named reference to use as the base for the computation of ReferenceInfo.getAheadBehind(). If this parameter is not null, the given reference must exist.
        Returns:
        name of the base reference. Can be null, if not needed.