Uses of Class
org.projectnessie.api.params.CommitLogParams
-
Packages that use CommitLogParams Package Description org.projectnessie.api org.projectnessie.api.http org.projectnessie.api.params -
-
Uses of CommitLogParams in org.projectnessie.api
Methods in org.projectnessie.api with parameters of type CommitLogParams Modifier and Type Method Description LogResponseTreeApi. getCommitLog(@Valid @NotNull @Pattern(regexp="^[A-Za-z](((?![.][.])[A-Za-z0-9./_-])*[A-Za-z0-9_-])?$",message="Reference name must start with a letter, followed by letters, digits, one of the ./_- characters, not end with a slash or dot, not contain \'..\'") String ref, @Valid @NotNull CommitLogParams params)Retrieve the commit log for a ref, potentially truncated by the backend. -
Uses of CommitLogParams in org.projectnessie.api.http
Methods in org.projectnessie.api.http with parameters of type CommitLogParams Modifier and Type Method Description LogResponseHttpTreeApi. getCommitLog(String ref, CommitLogParams params) -
Uses of CommitLogParams in org.projectnessie.api.params
Methods in org.projectnessie.api.params that return CommitLogParams Modifier and Type Method Description CommitLogParamsCommitLogParamsBuilder. build()Invokesnew org.projectnessie.api.params.CommitLogParams(..)using the collected parameters and returns the result of the invocationstatic CommitLogParamsCommitLogParams. empty()
-