Uses of Interface
org.projectnessie.model.LogResponse
-
Packages that use LogResponse Package Description org.projectnessie.api Main Nessie APIs.org.projectnessie.model -
-
Uses of LogResponse in org.projectnessie.api
Methods in org.projectnessie.api that return LogResponse Modifier and Type Method Description LogResponseTreeApi. getCommitLog(@NotNull @Pattern(regexp="^(([0-9a-fA-F]{16,64})|([A-Za-z](((?![.][.])[A-Za-z0-9./_-])*[A-Za-z0-9._-])?))$",message="Reference must be either a reference name or hash, start with a letter, followed by letters, digits, a ./_- character, not end with a slash, not contain .. or consist of the hex representation of 8-32 bytes") String ref, Integer maxRecords, String pageToken)Retrieve the commit log for a ref, potentially truncated by the backend. -
Uses of LogResponse in org.projectnessie.model
Classes in org.projectnessie.model that implement LogResponse Modifier and Type Class Description classImmutableLogResponseImmutable implementation ofLogResponse.Methods in org.projectnessie.model with parameters of type LogResponse Modifier and Type Method Description static ImmutableLogResponseImmutableLogResponse. copyOf(LogResponse instance)Creates an immutable copy of aLogResponsevalue.ImmutableLogResponse.BuilderImmutableLogResponse.Builder. from(LogResponse instance)Fill a builder with attribute values from the providedorg.projectnessie.model.LogResponseinstance.
-