- All Implemented Interfaces:
Release
A GitHub release.
-
Method Summary
Returns the assets attached to the relese, otherwise returns null.
Returns the ID for the entity on this service.
Returns the tag the release refers to.
Returns the release title.
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Method Details
-
getAssets
Returns the assets attached to the relese, otherwise returns null.
- Specified by:
getAssets in interface Release
- Returns:
- the assets attached to the relese, if any, otherwise
null.
-
getTitle
Returns the release title.
- Specified by:
getTitle in interface Release
- Returns:
- the release title.
-
getTag
Returns the tag the release refers to.
- Specified by:
getTag in interface Release
- Returns:
- the tag the release refers to.
-
getID
Returns the ID for the entity on this service.
- Returns:
- the ID for the entity on this service.