forked from zaproxy/zaproxy
-
Notifications
You must be signed in to change notification settings - Fork 2
ApiGen_autoupdate
psiinon edited this page Jan 5, 2017
·
7 revisions
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