Class ReportAction
- java.lang.Object
-
- com.qualys.plugins.containerSecurity.report.ReportAction
-
- All Implemented Interfaces:
Action,ModelObject
@Extension public class ReportAction extends Object implements Action
-
-
Constructor Summary
Constructors Constructor Description ReportAction()ReportAction(String dockerImageId, Run<?,?> run, PrintStream buildLogger, String imageInput, String portalURL, String imageSHA)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetDisplayName()StringgetIconFileName()StringgetImageId()StringgetImageNameOrImageId()StringgetImageSummaryPortalURL()qshaded.com.google.gson.JsonObjectgetReportJsonObject()qshaded.com.google.gson.JsonObjectgetTotalVulnsTrend()StringgetUrlName()
-
-
-
Method Detail
-
getReportJsonObject
public qshaded.com.google.gson.JsonObject getReportJsonObject()
-
getTotalVulnsTrend
public qshaded.com.google.gson.JsonObject getTotalVulnsTrend()
-
getImageNameOrImageId
public String getImageNameOrImageId()
-
getImageId
public String getImageId()
-
getImageSummaryPortalURL
public String getImageSummaryPortalURL()
-
getIconFileName
public String getIconFileName()
- Specified by:
getIconFileNamein interfaceAction
-
getDisplayName
public String getDisplayName()
- Specified by:
getDisplayNamein interfaceAction- Specified by:
getDisplayNamein interfaceModelObject
-
getUrlName
public String getUrlName()
- Specified by:
getUrlNamein interfaceAction
-
-