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 String
getDisplayName()
String
getIconFileName()
String
getImageId()
String
getImageNameOrImageId()
String
getImageSummaryPortalURL()
qshaded.com.google.gson.JsonObject
getReportJsonObject()
qshaded.com.google.gson.JsonObject
getTotalVulnsTrend()
String
getUrlName()
-
-
-
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:
getIconFileName
in interfaceAction
-
getDisplayName
public String getDisplayName()
- Specified by:
getDisplayName
in interfaceAction
- Specified by:
getDisplayName
in interfaceModelObject
-
getUrlName
public String getUrlName()
- Specified by:
getUrlName
in interfaceAction
-
-