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 Summary

    Modifier and Type
    Method
    Description
    Get The reference's name.
  • Method Details

    • getName

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