@Extension public class ReportAction extends Object implements hudson.model.Action
| Constructor and Description |
|---|
ReportAction() |
ReportAction(hudson.model.Run<?,?> run,
String scanId,
String webAppId,
String scanName,
String apiServer,
String apiUser,
hudson.util.Secret apiPass,
boolean useProxy,
String proxyServer,
int proxyPort,
String proxyUsername,
hudson.util.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 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. All rights reserved.