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="^[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 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.
-