@Extension public class ReportAction extends Object implements Action
| Constructor and Description |
|---|
ReportAction() |
ReportAction(Run<?,?> run,
String scanId,
String webAppId,
String scanName,
String apiServer,
String apiUser,
Secret apiPass,
boolean useProxy,
String proxyServer,
int proxyPort,
String proxyUsername,
Secret proxyPassword,
String portalUrl) |
| Modifier and Type | Method and Description |
|---|---|
String |
getDisplayName() |
String |
getIconFileName() |
String |
getReportUrl() |
String |
getScanId() |
String |
getScanName() |
net.sf.json.JSONObject |
getScanResult() |
net.sf.json.JSONObject |
getStatus() |
String |
getUrlName() |
String |
getWebAppId() |
net.sf.json.JSONObject |
parseScanStatus(String scanId) |
public String getScanId()
public String getWebAppId()
public String getScanName()
public String getReportUrl()
public net.sf.json.JSONObject getScanResult()
public net.sf.json.JSONObject getStatus()
public net.sf.json.JSONObject parseScanStatus(String scanId) throws Exception
Exceptionpublic String getIconFileName()
getIconFileName in interface Actionpublic String getDisplayName()
getDisplayName in interface ActiongetDisplayName in interface ModelObjectpublic String getUrlName()
getUrlName in interface ActionCopyright © 2016–2021 Qualys Inc.. All rights reserved.