Interface GetRefLogBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      GetRefLogBuilder fromHash​(@Pattern(regexp="^[0-9a-fA-F]{8,64}$",message="Hash must consist of the hex representation of 4-32 bytes") String fromHash)
      Hash of the reflog (inclusive) to end at (in chronological sense), the 'near' end of the reflog.
      RefLogResponse get()  
      GetRefLogBuilder untilHash​(@Pattern(regexp="^[0-9a-fA-F]{8,64}$",message="Hash must consist of the hex representation of 4-32 bytes") String untilHash)
      Hash of the reflog (inclusive) to start from (in chronological sense), the 'far' end of the reflog.
    • Method Detail

      • untilHash

        GetRefLogBuilder untilHash​(@Nullable @Pattern(regexp="^[0-9a-fA-F]{8,64}$",message="Hash must consist of the hex representation of 4-32 bytes")
                                   @Pattern(regexp="^[0-9a-fA-F]{8,64}$",message="Hash must consist of the hex representation of 4-32 bytes") String untilHash)
        Hash of the reflog (inclusive) to start from (in chronological sense), the 'far' end of the reflog.
      • fromHash

        GetRefLogBuilder fromHash​(@Nullable @Pattern(regexp="^[0-9a-fA-F]{8,64}$",message="Hash must consist of the hex representation of 4-32 bytes")
                                  @Pattern(regexp="^[0-9a-fA-F]{8,64}$",message="Hash must consist of the hex representation of 4-32 bytes") String fromHash)
        Hash of the reflog (inclusive) to end at (in chronological sense), the 'near' end of the reflog.