Package com.vrondakis.zap.workflow
Class RunZapAttackStepParameters
- java.lang.Object
-
- com.vrondakis.zap.workflow.RunZapAttackStepParameters
-
public class RunZapAttackStepParameters extends Object
-
-
Constructor Summary
Constructors Constructor Description RunZapAttackStepParameters(String scanPolicyName, int user, int contextId, boolean recurse, boolean inScopeOnly, String method, String postData)
-
Method Summary
Modifier and Type Method Description int
getContextId()
boolean
getInScopeOnly()
String
getMethod()
String
getPostData()
boolean
getRecurse()
String
getScanPolicyName()
int
getUser()
-