Uses of Class
com.vrondakis.zap.ZapExecutionException
-
Packages that use ZapExecutionException Package Description com.vrondakis.zap -
-
Uses of ZapExecutionException in com.vrondakis.zap
Methods in com.vrondakis.zap that throw ZapExecutionException Modifier and Type Method Description voidZapArchive. archiveRawReport(Run<?,?> dir, Job<?,?> job, FilePath workspace, TaskListener taskListener, String falsePositivesFilePath)Archives the current raw ZAP JSON report & saves static filesvoidZapDriver. disablePassiveScanners(List<Integer> ids)voidZapDriverImpl. disablePassiveScanners(List<Integer> ids)voidZapDriver. enablePassiveScanners(List<Integer> ids)voidZapDriverImpl. enablePassiveScanners(List<Integer> ids)voidZapDriver. importUrls(String path)voidZapDriverImpl. importUrls(String path)Imports URLs from a text filevoidZapDriver. loadPolicy(String policy)voidZapDriverImpl. loadPolicy(String policy)Loads a ZAP policy from a file pathvoidZapDriver. loadSession(String sessionPath)voidZapDriverImpl. loadSession(String sessionPath)Verifies ZAP sessionvoidZapDriver. setZapMode(String zapMode)voidZapDriverImpl. setZapMode(String mode)voidZapDriver. shutdownZap()static voidZapDriverController. shutdownZap(Run run, PrintStream logger)voidZapDriverImpl. shutdownZap()voidZapDriver. startZapCrawler(RunZapCrawlerParameters zcp)voidZapDriver. startZapCrawler(RunZapCrawlerParameters zcp)voidZapDriverImpl. startZapCrawler(RunZapCrawlerParameters zcp)Starts the ZAP crawler on a specified URLvoidZapDriver. zapAliveCheck()voidZapDriverImpl. zapAliveCheck()booleanZapDriver. zapAttack(RunZapAttackStepParameters zsp)booleanZapDriverImpl. zapAttack(RunZapAttackStepParameters zsp)Starts the ZAP attack.voidZapDriver. zapCrawlerSuccess()voidZapDriverImpl. zapCrawlerSuccess()intZapDriver. zapRecordsToScan()intZapDriverImpl. zapRecordsToScan()Gets the number of records the passive scanner still has to scan
-