public class ZAPReportHTML extends ZAPReport
format, REPORT_FORMAT_HTML, REPORT_FORMAT_XML| Constructor and Description |
|---|
ZAPReportHTML() |
| Modifier and Type | Method and Description |
|---|---|
byte[] |
generateReport(org.zaproxy.clientapi.core.ClientApi clientApi,
String apikey)
Generate a ZAP report in the format of daughter class.
|
public byte[] generateReport(org.zaproxy.clientapi.core.ClientApi clientApi,
String apikey)
throws org.zaproxy.clientapi.core.ClientApiException
ZAPReportgenerateReport in class ZAPReportclientApi - of type ClientApi: the ZAP client API to call method.apikey - of type String: ZAP apikey. Can be null.org.zaproxy.clientapi.core.ClientApiExceptionCopyright © 2016–2017. All rights reserved.