@Extension public class ReportAction extends Object implements hudson.model.Action
| Constructor and Description |
|---|
ReportAction() |
ReportAction(String dockerImageId,
hudson.model.Run<?,?> run,
PrintStream buildLogger,
String imageInput,
String portalURL,
String imageSHA) |
| Modifier and Type | Method and Description |
|---|---|
String |
getDisplayName() |
String |
getIconFileName() |
String |
getImageId() |
String |
getImageNameOrImageId() |
String |
getImageSummaryPortalURL() |
qshaded.com.google.gson.JsonObject |
getReportJsonObject() |
qshaded.com.google.gson.JsonObject |
getTotalVulnsTrend() |
String |
getUrlName() |
public ReportAction()
public ReportAction(String dockerImageId, hudson.model.Run<?,?> run, PrintStream buildLogger, String imageInput, String portalURL, String imageSHA)
public qshaded.com.google.gson.JsonObject getReportJsonObject()
public qshaded.com.google.gson.JsonObject getTotalVulnsTrend()
public String getImageNameOrImageId()
public String getImageId()
public String getImageSummaryPortalURL()
public 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.