@Extension public class ReportAction extends Object implements hudson.model.Action
| Constructor and Description |
|---|
ReportAction() |
ReportAction(hudson.model.Run<?,?> run,
String scanRef,
String scanId,
String scanTarget,
String scannerName,
String scanName,
String apiServer,
String apiUser,
hudson.util.Secret apiPass,
boolean useProxy,
String proxyServer,
int proxyPort,
String proxyUsername,
hudson.util.Secret proxyPassword,
String duration,
String reference,
String scanType,
String scanStatus,
String subScanStatus) |
| Modifier and Type | Method and Description |
|---|---|
String |
getBuildStatus() |
String |
getDisplayName() |
String |
getIconFileName() |
String |
getReportUrl() |
String |
getScanId() |
String |
getScanName() |
net.sf.json.JSONObject |
getScanResults() |
String |
getScanTarget() |
net.sf.json.JSONObject |
getStatus() |
String |
getUrlName() |
net.sf.json.JSONObject |
parseScanStatus(String scanIdRef) |
public ReportAction()
public ReportAction(hudson.model.Run<?,?> run,
String scanRef,
String scanId,
String scanTarget,
String scannerName,
String scanName,
String apiServer,
String apiUser,
hudson.util.Secret apiPass,
boolean useProxy,
String proxyServer,
int proxyPort,
String proxyUsername,
hudson.util.Secret proxyPassword,
String duration,
String reference,
String scanType,
String scanStatus,
String subScanStatus)
public String getScanId()
public String getScanTarget()
public String getScanName()
public String getReportUrl()
public String getBuildStatus()
@JavaScriptMethod public net.sf.json.JSONObject getScanResults()
@JavaScriptMethod public net.sf.json.JSONObject getStatus()
public net.sf.json.JSONObject parseScanStatus(String scanIdRef) throws Exception
Exceptionpublic String getIconFileName()
getIconFileName in interface hudson.model.Actionpublic String getDisplayName()
getDisplayName in interface hudson.model.ActiongetDisplayName in interface hudson.model.ModelObjectpublic String getUrlName()
getUrlName in interface hudson.model.ActionCopyright © 2016–2020 Qualys Inc.. All rights reserved.