Uses of Interface
org.projectnessie.client.api.GetRefLogBuilder
-
Packages that use GetRefLogBuilder Package Description org.projectnessie.client.api org.projectnessie.client.http.v1api -
-
Uses of GetRefLogBuilder in org.projectnessie.client.api
Methods in org.projectnessie.client.api that return GetRefLogBuilder Modifier and Type Method Description GetRefLogBuilderGetRefLogBuilder. fromHash(@Pattern(regexp="^[0-9a-fA-F]{16,64}$",message="Hash must consist of the hex representation of 8-32 bytes") String fromHash)Hash of the reflog (inclusive) to end at (in chronological sense), the 'near' end of the reflog.GetRefLogBuilderNessieApiV1. getRefLog()Retrieve the reflog from the HEAD of the RefLog resource, potentially truncated by the backend.GetRefLogBuilderGetRefLogBuilder. untilHash(@Pattern(regexp="^[0-9a-fA-F]{16,64}$",message="Hash must consist of the hex representation of 8-32 bytes") String untilHash)Hash of the reflog (inclusive) to start from (in chronological sense), the 'far' end of the reflog. -
Uses of GetRefLogBuilder in org.projectnessie.client.http.v1api
Methods in org.projectnessie.client.http.v1api that return GetRefLogBuilder Modifier and Type Method Description GetRefLogBuilderHttpApiV1. getRefLog()
-