public class Autoupdate extends AutoupdateDeprecated
| Constructor and Description |
|---|
Autoupdate(ClientApi api) |
downloadLatestRelease, setOptionCheckAddonUpdates, setOptionCheckOnStart, setOptionDownloadNewRelease, setOptionInstallAddonUpdates, setOptionInstallScannerRules, setOptionReportAlphaAddons, setOptionReportBetaAddons, setOptionReportReleaseAddonspublic Autoupdate(ClientApi api)
public ApiResponse latestVersionNumber() throws ClientApiException
ClientApiExceptionpublic ApiResponse isLatestVersion() throws ClientApiException
ClientApiExceptionpublic ApiResponse installedAddons() throws ClientApiException
ClientApiExceptionpublic ApiResponse localAddons() throws ClientApiException
ClientApiExceptionpublic ApiResponse newAddons() throws ClientApiException
ClientApiExceptionpublic ApiResponse updatedAddons() throws ClientApiException
ClientApiExceptionpublic ApiResponse marketplaceAddons() throws ClientApiException
ClientApiExceptionpublic ApiResponse optionAddonDirectories() throws ClientApiException
ClientApiExceptionpublic ApiResponse optionDayLastChecked() throws ClientApiException
ClientApiExceptionpublic ApiResponse optionDayLastInstallWarned() throws ClientApiException
ClientApiExceptionpublic ApiResponse optionDayLastUpdateWarned() throws ClientApiException
ClientApiExceptionpublic ApiResponse optionDownloadDirectory() throws ClientApiException
ClientApiExceptionpublic ApiResponse optionCheckAddonUpdates() throws ClientApiException
ClientApiExceptionpublic ApiResponse optionCheckOnStart() throws ClientApiException
ClientApiExceptionpublic ApiResponse optionDownloadNewRelease() throws ClientApiException
ClientApiExceptionpublic ApiResponse optionInstallAddonUpdates() throws ClientApiException
ClientApiExceptionpublic ApiResponse optionInstallScannerRules() throws ClientApiException
ClientApiExceptionpublic ApiResponse optionReportAlphaAddons() throws ClientApiException
ClientApiExceptionpublic ApiResponse optionReportBetaAddons() throws ClientApiException
ClientApiExceptionpublic ApiResponse optionReportReleaseAddons() throws ClientApiException
ClientApiExceptionpublic ApiResponse downloadLatestRelease() throws ClientApiException
ClientApiExceptionpublic ApiResponse installAddon(java.lang.String id) throws ClientApiException
ClientApiExceptionpublic ApiResponse installLocalAddon(java.lang.String file) throws ClientApiException
ClientApiExceptionpublic ApiResponse uninstallAddon(java.lang.String id) throws ClientApiException
ClientApiExceptionpublic ApiResponse setOptionCheckAddonUpdates(boolean bool) throws ClientApiException
ClientApiExceptionpublic ApiResponse setOptionCheckOnStart(boolean bool) throws ClientApiException
ClientApiExceptionpublic ApiResponse setOptionDownloadNewRelease(boolean bool) throws ClientApiException
ClientApiExceptionpublic ApiResponse setOptionInstallAddonUpdates(boolean bool) throws ClientApiException
ClientApiExceptionpublic ApiResponse setOptionInstallScannerRules(boolean bool) throws ClientApiException
ClientApiExceptionpublic ApiResponse setOptionReportAlphaAddons(boolean bool) throws ClientApiException
ClientApiExceptionpublic ApiResponse setOptionReportBetaAddons(boolean bool) throws ClientApiException
ClientApiExceptionpublic ApiResponse setOptionReportReleaseAddons(boolean bool) throws ClientApiException
ClientApiException