JavaScript is disabled on your browser.
Skip navigation links
Module
Package
Class
Use
Deprecated
Index
Help
Summary:
Nested
Field
Constr
Method
Detail:
Field
Constr
Method
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
SEARCH
Module
org.jooq
Package
org.jooq
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.