Interface DetachedRef

All Superinterfaces:
NamedRef, Ref

@Immutable public interface DetachedRef extends NamedRef
A named reference representing a branch.
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final DetachedRef
     
    static final String
     
  • Method Summary

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

  • Method Details

    • getName

      @Nonnull @Redacted default String getName()
      Description copied from interface: NamedRef
      Get The reference's name.
      Specified by:
      getName in interface NamedRef
      Returns:
      the reference name