A tag.
| Type | Name and description |
|---|---|
Commit |
commitThe commit this tag points to. |
java.time.ZonedDateTime |
dateTimeThe time the commit was created with the time zone of the committer, if available. |
java.lang.String |
fullMessageThe full tag message. |
java.lang.String |
fullNameThe full name of this tag. |
java.lang.String |
shortMessageThe shortened tag message. |
Person |
taggerThe person who created the tag. |
| Type Params | Return Type | Name and description |
|---|---|---|
|
java.lang.String |
getName()The simple name of this tag. |
| Methods inherited from class | Name |
|---|---|
class java.lang.Object |
java.lang.Object#wait(long, int), java.lang.Object#wait(long), java.lang.Object#wait(), java.lang.Object#equals(java.lang.Object), java.lang.Object#toString(), java.lang.Object#hashCode(), java.lang.Object#getClass(), java.lang.Object#notify(), java.lang.Object#notifyAll() |
The commit this tag points to.
The time the commit was created with the time zone of the committer, if available.
The full tag message.
The full name of this tag.
The shortened tag message.
The person who created the tag.