| Method and Description |
|---|
| de.griefed.versionchecker.GitLabChecker.getAssetsDownloadUrls(String)
The aim of VersionChecker is not to browse a given repository, but to check for availability of updates,
and if an update is available, work from there. See
GitLabChecker.check(String, boolean) which returns an instance of
Update. This provides everything you need. |
| de.griefed.versionchecker.VersionChecker.getAssetsDownloadUrls(String) |
| de.griefed.versionchecker.GitHubChecker.getAssetsDownloadUrls(String)
The aim of VersionChecker is not to browse a given repository, but to check for availability of updates,
and if an update is available, work from there. See
GitHubChecker.check(String, boolean) which returns an instance of
Update. This provides everything you need. |