Skip to content

Latest commit

 

History

History
39 lines (36 loc) · 2.01 KB

ApiGen_autoupdate.md

File metadata and controls

39 lines (36 loc) · 2.01 KB

ZAP 2.7.0 API

Component: autoupdate

Name Type Parameters Description
latestVersionNumber view Returns the latest version number
isLatestVersion view Returns 'true' if ZAP is on the latest version
installedAddons view Return a list of all of the installed add-ons
newAddons view Return a list of any add-ons that have been added to the Marketplace since the last check for updates
updatedAddons view Return a list of any add-ons that have been changed in the Marketplace since the last check for updates
marketplaceAddons view Return a list of all of the add-ons on the ZAP Marketplace (this information is read once and then cached)
optionAddonDirectories view
optionDayLastChecked view
optionDayLastInstallWarned view
optionDayLastUpdateWarned view
optionDownloadDirectory view
optionCheckAddonUpdates view
optionCheckOnStart view
optionDownloadNewRelease view
optionInstallAddonUpdates view
optionInstallScannerRules view
optionReportAlphaAddons view
optionReportBetaAddons view
optionReportReleaseAddons view
downloadLatestRelease action Downloads the latest release, if any
installAddon action id* Installs or updates the specified add-on, returning when complete (ie not asynchronously)
uninstallAddon action id* Uninstalls the specified add-on
setOptionCheckAddonUpdates action Boolean*
setOptionCheckOnStart action Boolean*
setOptionDownloadNewRelease action Boolean*
setOptionInstallAddonUpdates action Boolean*
setOptionInstallScannerRules action Boolean*
setOptionReportAlphaAddons action Boolean*
setOptionReportBetaAddons action Boolean*
setOptionReportReleaseAddons action Boolean*

Starred parameters are mandatory

Back to index