public abstract class ZAPreport extends Object implements Serializable
| Modifier and Type | Field and Description |
|---|---|
protected String |
format
The report format
|
protected static String |
REPORT_FORMAT_HTML |
protected static String |
REPORT_FORMAT_XML |
| Constructor and Description |
|---|
ZAPreport() |
protected static final String REPORT_FORMAT_XML
protected static final String REPORT_FORMAT_HTML
protected String format
public abstract byte[] generateReport(org.zaproxy.clientapi.core.ClientApi clientApi,
String apikey)
throws org.zaproxy.clientapi.core.ClientApiException
clientApi - the ZAP api to call the method to generate reportapikey - ZAP apikey. Can be null.org.zaproxy.clientapi.core.ClientApiExceptionpublic String getFormat()
Copyright © 2004-2015. All Rights Reserved.