ApiGen_autoupdate - psiinon/zaproxy GitHub Wiki
ZAP 2.4.3 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 | |
| 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 | |
| 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