Package org.zaproxy.clientapi.gen
Class Reports
java.lang.Object
org.zaproxy.clientapi.gen.Reports
This file was automatically generated.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongenerate(String title, String template, String theme, String description, String contexts, String sites, String sections, String includedconfidences, String includedrisks, String reportfilename, String reportfilenamepattern, String reportdir, String display) Generate a report with the supplied parameters.templateDetails(String template) View details of the specified template.View available templates.
-
Constructor Details
-
Reports
-
-
Method Details
-
templates
View available templates.This component is optional and therefore the API will only work if it is installed
- Throws:
ClientApiException
-
templateDetails
View details of the specified template.This component is optional and therefore the API will only work if it is installed
- Throws:
ClientApiException
-
generate
public ApiResponse generate(String title, String template, String theme, String description, String contexts, String sites, String sections, String includedconfidences, String includedrisks, String reportfilename, String reportfilenamepattern, String reportdir, String display) throws ClientApiException Generate a report with the supplied parameters.This component is optional and therefore the API will only work if it is installed
- Throws:
ClientApiException
-