@Extension public class ReportAction extends Object implements Action
Constructor and Description |
---|
ReportAction() |
ReportAction(Run<?,?> run,
String scanRef,
String scanId,
String scanTarget,
String scannerName,
String scanName,
String apiServer,
String apiUser,
Secret apiPass,
boolean useProxy,
String proxyServer,
int proxyPort,
String proxyUsername,
Secret proxyPassword,
String serverPlatformUrl,
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() |
String |
getScanRef() |
net.sf.json.JSONObject |
getScanResults() |
String |
getScanTarget() |
String |
getUrlName() |
public ReportAction()
public ReportAction(Run<?,?> run, String scanRef, String scanId, String scanTarget, String scannerName, String scanName, String apiServer, String apiUser, Secret apiPass, boolean useProxy, String proxyServer, int proxyPort, String proxyUsername, Secret proxyPassword, String serverPlatformUrl, String duration, String reference, String scanType, String scanStatus, String subScanStatus)
public String getScanId()
public String getScanTarget()
public String getScanName()
public String getReportUrl()
public String getScanRef()
public String getBuildStatus()
@JavaScriptMethod public net.sf.json.JSONObject getScanResults()
public String getIconFileName()
getIconFileName
in interface Action
public String getDisplayName()
getDisplayName
in interface Action
getDisplayName
in interface ModelObject
public String getUrlName()
getUrlName
in interface Action
Copyright © 2016–2022 Qualys Inc.. All rights reserved.