Interface GitCheckRefFormat


public interface GitCheckRefFormat
Parent builder for the git check-ref-format git command builders.
  • Method Summary

    Modifier and Type
    Method
    Description
    ref(String refName)
    Returns a builder for the standard version of git check-ref-format for validating any ref
  • Method Details

    • ref

      @Nonnull GitCheckRefFormatBuilder ref(@Nonnull String refName)
      Returns a builder for the standard version of git check-ref-format for validating any ref
      Parameters:
      refName - ref name to validate
      Returns:
      a builder for standard git check-ref-format command to execute against refName.