Package org.zaproxy.clientapi.gen
Class Automation
java.lang.Object
org.zaproxy.clientapi.gen.Automation
This file was automatically generated.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionEnds the currently running delay job, if anyplanProgress(String planid) Returns the progress details for the specified planIdLoads and asynchronously runs the plan in the specified file, returning a planIdStops the running plan identified by the planId
-
Constructor Details
-
Automation
-
-
Method Details
-
planProgress
Returns the progress details for the specified planIdThis component is optional and therefore the API will only work if it is installed
- Throws:
ClientApiException
-
runPlan
Loads and asynchronously runs the plan in the specified file, returning a planIdThis component is optional and therefore the API will only work if it is installed
- Throws:
ClientApiException
-
stopPlan
Stops the running plan identified by the planIdThis component is optional and therefore the API will only work if it is installed
- Throws:
ClientApiException
-
endDelayJob
Ends the currently running delay job, if anyThis component is optional and therefore the API will only work if it is installed
- Throws:
ClientApiException
-