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