Package org.projectnessie.api.v1.params
Interface Merge
- All Superinterfaces:
BaseMergeTransplant
-
Method Summary
Modifier and TypeMethodDescriptiondefault voidValidation rule usingValidation.validateHash(String)(String)}.@NotBlank @NotBlank @Pattern(regexp="^[0-9a-fA-F]{8,64}$",message="Hash must consist of the hex representation of 4-32 bytes") @Pattern(regexp="^[0-9a-fA-F]{8,64}$",message="Hash must consist of the hex representation of 4-32 bytes") StringMethods inherited from interface org.projectnessie.api.v1.params.BaseMergeTransplant
getDefaultKeyMergeMode, getFromRefName, getKeyMergeModes, isDryRun, isFetchAdditionalInfo, isReturnConflictAsResult, keepIndividualCommits
-
Method Details
-
getFromHash
@NotBlank @NotBlank @Pattern(regexp="^[0-9a-fA-F]{8,64}$", message="Hash must consist of the hex representation of 4-32 bytes") @Pattern(regexp="^[0-9a-fA-F]{8,64}$", message="Hash must consist of the hex representation of 4-32 bytes") @NotBlank @NotBlank @Pattern(regexp="^[0-9a-fA-F]{8,64}$",message="Hash must consist of the hex representation of 4-32 bytes") @Pattern(regexp="^[0-9a-fA-F]{8,64}$",message="Hash must consist of the hex representation of 4-32 bytes") String getFromHash() -
checkHash
@Check default void checkHash()Validation rule usingValidation.validateHash(String)(String)}.
-