Uses of Class
com.vrondakis.zap.workflow.RunZapCrawlerParameters
-
Packages that use RunZapCrawlerParameters Package Description com.vrondakis.zap com.vrondakis.zap.workflow -
-
Uses of RunZapCrawlerParameters in com.vrondakis.zap
Methods in com.vrondakis.zap with parameters of type RunZapCrawlerParameters Modifier and Type Method Description void
ZapDriver. startZapCrawler(RunZapCrawlerParameters zcp)
void
ZapDriverImpl. startZapCrawler(RunZapCrawlerParameters zcp)
Starts the ZAP crawler on a specified URL -
Uses of RunZapCrawlerParameters in com.vrondakis.zap.workflow
Constructors in com.vrondakis.zap.workflow with parameters of type RunZapCrawlerParameters Constructor Description RunZapCrawlerExecution(org.jenkinsci.plugins.workflow.steps.StepContext context, RunZapCrawlerParameters runZapCrawlerParameters)
-