Package org.projectnessie.api.v1.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 \'..\'") StringisDryRun()When set totrue, theMergeandTransplantoperations will returnMergeResponseobject when a content based conflict cannot be resolved, instead of throwing aNessieReferenceConflictException.Deprecated.
-
Method Details
-
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() -
keepIndividualCommits
Deprecated. -
getKeyMergeModes
-
getDefaultKeyMergeMode
-
isDryRun
-
isFetchAdditionalInfo
-
isReturnConflictAsResult
When set totrue, theMergeandTransplantoperations will returnMergeResponseobject when a content based conflict cannot be resolved, instead of throwing aNessieReferenceConflictException.
-