Package org.zaproxy.clientapi.gen
Class Autoupdate
java.lang.Object
org.zaproxy.clientapi.gen.deprecated.AutoupdateDeprecated
org.zaproxy.clientapi.gen.Autoupdate
This file was automatically generated.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionDownloads the latest release, if anyinstallAddon
(String id) Installs or updates the specified add-on, returning when complete (i.e.Return a list of all of the installed add-onsinstallLocalAddon
(String file) Returns 'true' if ZAP is on the latest versionReturns the latest version numberReturns a list with all local add-ons, installed or not.Return a list of all of the add-ons on the ZAP Marketplace (this information is read once and then cached)Return a list of any add-ons that have been added to the Marketplace since the last check for updatessetOptionCheckAddonUpdates
(boolean bool) setOptionCheckOnStart
(boolean bool) setOptionDownloadNewRelease
(boolean bool) setOptionInstallAddonUpdates
(boolean bool) setOptionInstallScannerRules
(boolean bool) setOptionReportAlphaAddons
(boolean bool) setOptionReportBetaAddons
(boolean bool) setOptionReportReleaseAddons
(boolean bool) uninstallAddon
(String id) Uninstalls the specified add-onReturn a list of any add-ons that have been changed in the Marketplace since the last check for updatesMethods inherited from class org.zaproxy.clientapi.gen.deprecated.AutoupdateDeprecated
downloadLatestRelease, setOptionCheckAddonUpdates, setOptionCheckOnStart, setOptionDownloadNewRelease, setOptionInstallAddonUpdates, setOptionInstallScannerRules, setOptionReportAlphaAddons, setOptionReportBetaAddons, setOptionReportReleaseAddons
-
Constructor Details
-
Autoupdate
-
-
Method Details
-
latestVersionNumber
Returns the latest version number- Throws:
ClientApiException
-
isLatestVersion
Returns 'true' if ZAP is on the latest version- Throws:
ClientApiException
-
installedAddons
Return a list of all of the installed add-ons- Throws:
ClientApiException
-
localAddons
Returns a list with all local add-ons, installed or not.- Throws:
ClientApiException
-
newAddons
Return a list of any add-ons that have been added to the Marketplace since the last check for updates- Throws:
ClientApiException
-
updatedAddons
Return a list of any add-ons that have been changed in the Marketplace since the last check for updates- Throws:
ClientApiException
-
marketplaceAddons
Return a list of all of the add-ons on the ZAP Marketplace (this information is read once and then cached)- Throws:
ClientApiException
-
optionAddonDirectories
- Throws:
ClientApiException
-
optionDayLastChecked
- Throws:
ClientApiException
-
optionDayLastInstallWarned
- Throws:
ClientApiException
-
optionDayLastUpdateWarned
- Throws:
ClientApiException
-
optionDownloadDirectory
- Throws:
ClientApiException
-
optionCheckAddonUpdates
- Throws:
ClientApiException
-
optionCheckOnStart
- Throws:
ClientApiException
-
optionDownloadNewRelease
- Throws:
ClientApiException
-
optionInstallAddonUpdates
- Throws:
ClientApiException
-
optionInstallScannerRules
- Throws:
ClientApiException
-
optionReportAlphaAddons
- Throws:
ClientApiException
-
optionReportBetaAddons
- Throws:
ClientApiException
-
optionReportReleaseAddons
- Throws:
ClientApiException
-
downloadLatestRelease
Downloads the latest release, if any- Throws:
ClientApiException
-
installAddon
Installs or updates the specified add-on, returning when complete (i.e. not asynchronously)- Throws:
ClientApiException
-
installLocalAddon
- Throws:
ClientApiException
-
uninstallAddon
Uninstalls the specified add-on- Throws:
ClientApiException
-
setOptionCheckAddonUpdates
- Throws:
ClientApiException
-
setOptionCheckOnStart
- Throws:
ClientApiException
-
setOptionDownloadNewRelease
- Throws:
ClientApiException
-
setOptionInstallAddonUpdates
- Throws:
ClientApiException
-
setOptionInstallScannerRules
- Throws:
ClientApiException
-
setOptionReportAlphaAddons
- Throws:
ClientApiException
-
setOptionReportBetaAddons
- Throws:
ClientApiException
-
setOptionReportReleaseAddons
- Throws:
ClientApiException
-