Interface NamedRef

  • All Superinterfaces:
    Ref
    All Known Subinterfaces:
    BranchName, DetachedRef, TagName

    public interface NamedRef
    extends Ref
    A ref that has a name. Includes both branches and tags.
    • Method Detail

      • getName

        @Nonnull
        @Nonnull
        java.lang.String getName()
        Get The reference's name.
        Returns:
        the reference name