Package com.vrondakis.zap.workflow
Class RunZapCrawlerParameters
- java.lang.Object
-
- com.vrondakis.zap.workflow.RunZapCrawlerParameters
-
public class RunZapCrawlerParameters extends Object
-
-
Constructor Summary
Constructors Constructor Description RunZapCrawlerParameters(String host, int maxChildren, String contextName, int contextId, boolean subtreeOnly, boolean recurse, int userId)
-
Method Summary
Modifier and Type Method Description int
getContextId()
String
getContextName()
String
getHost()
int
getMaxChildren()
boolean
getRecurse()
boolean
getSubtreeOnly()
int
getUserId()
-