Interface Tag

  • All Superinterfaces:
    Base, Reference

    @Immutable
    public interface Tag
    extends Reference
    API representation of a Nessie Tag. This object is akin to a Ref in Git terminology.
    • Method Detail

      • getHash

        @Nullable
        java.lang.String getHash()
        Description copied from interface: Reference
        backend system id. Usually the 32-byte hash of the commit this reference points to.
        Specified by:
        getHash in interface Reference
      • builder

        static org.projectnessie.model.ImmutableTag.Builder builder()
      • of

        static Tag of​(java.lang.String name,
                      java.lang.String hash)