Uses of Class
com.vrondakis.zap.workflow.RunZapAttackStepParameters
-
Packages that use RunZapAttackStepParameters Package Description com.vrondakis.zap com.vrondakis.zap.workflow -
-
Uses of RunZapAttackStepParameters in com.vrondakis.zap
Methods in com.vrondakis.zap with parameters of type RunZapAttackStepParameters Modifier and Type Method Description boolean
ZapDriver. zapAttack(RunZapAttackStepParameters zsp)
boolean
ZapDriverImpl. zapAttack(RunZapAttackStepParameters zsp)
Starts the ZAP attack. -
Uses of RunZapAttackStepParameters in com.vrondakis.zap.workflow
Constructors in com.vrondakis.zap.workflow with parameters of type RunZapAttackStepParameters Constructor Description RunZapAttackExecution(org.jenkinsci.plugins.workflow.steps.StepContext context, RunZapAttackStepParameters runZapAttackStepParameters)
-