- All Implemented Interfaces:
Iterable<Tag>
Represents all tags of a repository.
- Since:
- 1.18
-
Constructor Summary
Constructors
-
Method Summary
Returns the
Tag
with the given name or null.
Returns the
Tag
with the given revision or null.
Returns all tags of a repository.
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Details
-
-
getTagByName
Returns the
Tag
with the given name or null.
-
getTagByRevision
Returns the
Tag
with the given revision or null.
-