Uses of Class
org.projectnessie.api.params.RefLogParams
-
Packages that use RefLogParams Package Description org.projectnessie.api org.projectnessie.api.http org.projectnessie.api.params -
-
Uses of RefLogParams in org.projectnessie.api
Methods in org.projectnessie.api with parameters of type RefLogParams Modifier and Type Method Description RefLogResponseRefLogApi. getRefLog(@Valid @NotNull RefLogParams params)Retrieve the reflog, potentially truncated by the backend. -
Uses of RefLogParams in org.projectnessie.api.http
Methods in org.projectnessie.api.http with parameters of type RefLogParams Modifier and Type Method Description RefLogResponseHttpRefLogApi. getRefLog(RefLogParams params) -
Uses of RefLogParams in org.projectnessie.api.params
Methods in org.projectnessie.api.params that return RefLogParams Modifier and Type Method Description RefLogParamsRefLogParamsBuilder. build()Invokesnew org.projectnessie.api.params.RefLogParams(..)using the collected parameters and returns the result of the invocationstatic RefLogParamsRefLogParams. empty()
-