Uses of Interface
org.projectnessie.client.api.GetCommitLogBuilder
-
Packages that use GetCommitLogBuilder Package Description org.projectnessie.client.api org.projectnessie.client.http.v1api -
-
Uses of GetCommitLogBuilder in org.projectnessie.client.api
Methods in org.projectnessie.client.api that return GetCommitLogBuilder Modifier and Type Method Description GetCommitLogBuilderNessieApiV1. getCommitLog()Retrieve the commit log for a ref, potentially truncated by the backend.GetCommitLogBuilderGetCommitLogBuilder. untilHash(@Pattern(regexp="^[0-9a-fA-F]{16,64}$",message="Hash must consist of the hex representation of 8-32 bytes") String untilHash) -
Uses of GetCommitLogBuilder in org.projectnessie.client.http.v1api
Methods in org.projectnessie.client.http.v1api that return GetCommitLogBuilder Modifier and Type Method Description GetCommitLogBuilderHttpApiV1. getCommitLog()
-