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(@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, a ./_- character, not end with a slash, not contain ..") String ref, @NotNull @Valid 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(@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, a ./_- character, not end with a slash, not contain ..") String ref, @NotNull @Valid CommitLogParams params)Retrieve the commit log for a ref, potentially truncated by the backend. -
Uses of CommitLogParams in org.projectnessie.api.params
Methods in org.projectnessie.api.params that return CommitLogParams Modifier and Type Method Description CommitLogParamsCommitLogParams.Builder. build()static CommitLogParamsCommitLogParams. empty()Methods in org.projectnessie.api.params with parameters of type CommitLogParams Modifier and Type Method Description CommitLogParams.BuilderCommitLogParams.Builder. from(CommitLogParams params)
-