Module org.jooq
Package org.jooq

Interface Tag


public interface Tag
A tag that is associated with a Commit.
Author:
Lukas Eder
  • Method Summary

    Modifier and Type
    Method
    Description
    @NotNull String
    id()
    The ID of the tag, unique within a graph.
    @Nullable String
    The message associated with the tag.
  • Method Details

    • id

      @NotNull @NotNull String id()
      The ID of the tag, unique within a graph.
    • message

      @Nullable @Nullable String message()
      The message associated with the tag.