Package org.zaproxy.clientapi.gen
Class Automation
- java.lang.Object
-
- org.zaproxy.clientapi.gen.Automation
-
public class Automation extends java.lang.Object
This 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 ApiResponse
endDelayJob()
This component is optional and therefore the API will only work if it is installedApiResponse
planProgress(java.lang.String planid)
This component is optional and therefore the API will only work if it is installedApiResponse
runPlan(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
-
-