Package org.projectnessie.api.v2.params
Interface BaseMergeTransplant
- All Known Subinterfaces:
Merge,Transplant
public interface BaseMergeTransplant
-
Method Summary
Modifier and TypeMethodDescription@NotBlank @NotBlank @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, one of the ./_- characters, not end with a slash or dot, not contain \'..\'") @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, one of the ./_- characters, not end with a slash or dot, not contain \'..\'") String@Size @Size(min=1) StringisDryRun()When set totrue, themergeandtransplantoperations will returnMergeResponseobjects when a content based conflict cannot be resolved, instead of throwing aNessieReferenceConflictException.
-
Method Details
-
getMessage
-
getFromRefName
@NotBlank @NotBlank @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, one of the ./_- characters, not end with a slash or dot, not contain \'..\'") @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, one of the ./_- characters, not end with a slash or dot, not contain \'..\'") @NotBlank @NotBlank @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, one of the ./_- characters, not end with a slash or dot, not contain \'..\'") @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, one of the ./_- characters, not end with a slash or dot, not contain \'..\'") String getFromRefName() -
getKeyMergeModes
-
getDefaultKeyMergeMode
-
isDryRun
-
isFetchAdditionalInfo
-
isReturnConflictAsResult
When set totrue, themergeandtransplantoperations will returnMergeResponseobjects when a content based conflict cannot be resolved, instead of throwing aNessieReferenceConflictException.
-