@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) |
| Modifier and Type | Method and Description |
|---|---|
String |
getDisplayName() |
String |
getIconFileName() |
String |
getImageId() |
String |
getImageNameOrImageId() |
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)
public qshaded.com.google.gson.JsonObject getReportJsonObject()
public qshaded.com.google.gson.JsonObject getTotalVulnsTrend()
public String getImageNameOrImageId()
public String getImageId()
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–2019. All rights reserved.