Uses of Interface
org.projectnessie.model.Operations
-
Packages that use Operations Package Description org.projectnessie.api org.projectnessie.api.http org.projectnessie.model -
-
Uses of Operations in org.projectnessie.api
Methods in org.projectnessie.api with parameters of type Operations Modifier and Type Method Description BranchTreeApi. commitMultipleOperations(@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, a ./_- character, not end with a slash, not contain ..") String branchName, @Valid @NotNull @Pattern(regexp="^[0-9a-fA-F]{16,64}$",message="Hash must consist of the hex representation of 8-32 bytes") String hash, @Valid @NotNull Operations operations)Commit multiple operations against the given branch expecting that branch to have the given hash as its latest commit. -
Uses of Operations in org.projectnessie.api.http
Methods in org.projectnessie.api.http with parameters of type Operations Modifier and Type Method Description BranchHttpTreeApi. commitMultipleOperations(String branchName, String hash, Operations operations) -
Uses of Operations in org.projectnessie.model
Classes in org.projectnessie.model that implement Operations Modifier and Type Class Description classImmutableOperationsImmutable implementation ofOperations.Methods in org.projectnessie.model with parameters of type Operations Modifier and Type Method Description static ImmutableOperationsImmutableOperations. copyOf(Operations instance)Creates an immutable copy of aOperationsvalue.ImmutableOperations.BuilderImmutableOperations.Builder. from(Operations instance)Fill a builder with attribute values from the providedOperationsinstance.
-