Package org.zaproxy.clientapi.gen
Class Exportreport
java.lang.Object
org.zaproxy.clientapi.gen.Exportreport
Deprecated, for removal: This API element is subject to removal in a future version.
This file was automatically generated.
-
Constructor Summary
ConstructorsConstructorDescriptionExportreport(ClientApi api) Deprecated, for removal: This API element is subject to removal in a future version. -
Method Summary
Modifier and TypeMethodDescriptionformats()Deprecated, for removal: This API element is subject to removal in a future version.This component is optional and therefore the API will only work if it is installedgenerate(String absolutepath, String fileextension, String sourcedetails, String alertseverity, String alertdetails, String scanid, String includepassivealerts) Deprecated, for removal: This API element is subject to removal in a future version.This component is optional and therefore the API will only work if it is installed
-
Constructor Details
-
Exportreport
Deprecated, for removal: This API element is subject to removal in a future version.
-
-
Method Details
-
formats
Deprecated, for removal: This API element is subject to removal in a future version.This component is optional and therefore the API will only work if it is installed- Throws:
ClientApiException
-
generate
public ApiResponse generate(String absolutepath, String fileextension, String sourcedetails, String alertseverity, String alertdetails, String scanid, String includepassivealerts) throws ClientApiException Deprecated, for removal: This API element is subject to removal in a future version.This component is optional and therefore the API will only work if it is installed- Throws:
ClientApiException
-