Package org.zaproxy.clientapi.gen
Class Automation
- java.lang.Object
-
- org.zaproxy.clientapi.gen.Automation
-
public class Automation extends java.lang.ObjectThis file was automatically generated.
-
-
Constructor Summary
Constructors Constructor Description Automation(ClientApi api)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ApiResponseendDelayJob()This component is optional and therefore the API will only work if it is installedApiResponseplanProgress(java.lang.String planid)This component is optional and therefore the API will only work if it is installedApiResponserunPlan(java.lang.String filepath)This component is optional and therefore the API will only work if it is installed
-
-
-
Constructor Detail
-
Automation
public Automation(ClientApi api)
-
-
Method Detail
-
planProgress
public ApiResponse planProgress(java.lang.String planid) throws ClientApiException
This component is optional and therefore the API will only work if it is installed- Throws:
ClientApiException
-
runPlan
public ApiResponse runPlan(java.lang.String filepath) throws ClientApiException
This component is optional and therefore the API will only work if it is installed- Throws:
ClientApiException
-
endDelayJob
public ApiResponse endDelayJob() throws ClientApiException
This component is optional and therefore the API will only work if it is installed- Throws:
ClientApiException
-
-