Interface Merge

  • All Known Implementing Classes:
    ImmutableMerge

    @Immutable
    public interface Merge
    • Method Detail

      • getFromHash

        @NotBlank
        @Pattern(regexp="^[0-9a-fA-F]{16,64}$",
                 message="Hash must consist of the hex representation of 8-32 bytes")
        @NotBlank @Pattern(regexp="^[0-9a-fA-F]{16,64}$",message="Hash must consist of the hex representation of 8-32 bytes") String getFromHash()
      • getFromRefName

        @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, a ./_- character, not end with a slash, not contain ..")
        @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, a ./_- character, not end with a slash, not contain ..") String getFromRefName()