| Class | Description |
|---|---|
| GitHubChecker |
Check a given GitHub repository for updates.
Versions are checked for semantic-release-formatting. |
| GitLabChecker |
Check a given GitLab repository for updates.
Versions are checked for semantic-release-formatting. |
| ReleaseAsset |
A release asset is usually some form of compiled program or library.
|
| Source |
A source-archive is the source code of the repository for the tag of the parent-release.
|
| Update |
An instance of Update contains information about the release which is considered an update to the version which was used
to acquire this Update-instance.
It gives you access to: - The version. - The description (release description as shown on release pages on GitLab or GitHub). - The URL to this release for visiting it in your browser.- The LocalDate at which this release was published/release.- A list of ReleaseAsset, if any.- A list of Source. |
| VersionChecker |
Baseclass from wich GitHub and GitLab checks extend.
|
| Enum | Description |
|---|---|
| ArchiveType |
Archive types available throughout GitLab or GitHub releases.
|
| Comparison |