JavaScript is disabled on your browser.
Skip navigation links
Module
Class
Use
Deprecated
Index
Search
Help
org.jooq
org.jooq
Tag
Contents
Description
Method Summary
Method Details
id()
message()
Hide sidebar
Show sidebar
Interface Tag
public interface
Tag
A tag that is associated with a
Commit
.
Author:
Lukas Eder
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
@NotNull
String
id
()
The ID of the tag, unique within a graph.
@Nullable
String
message
()
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.