public class HubReportV2Action
extends java.lang.Object
implements hudson.model.Action
| Constructor and Description |
|---|
HubReportV2Action(hudson.model.Run<?,?> build) |
| Modifier and Type | Method and Description |
|---|---|
hudson.model.Run<?,?> |
getBuild() |
java.lang.String |
getDisplayName() |
java.lang.String |
getIconFileName() |
java.lang.String |
getJsonReportData() |
com.blackducksoftware.integration.hub.report.api.ReportData |
getReportData() |
java.lang.String |
getUrlName() |
void |
setReportData(com.blackducksoftware.integration.hub.report.api.ReportData reportData) |
public hudson.model.Run<?,?> getBuild()
public com.blackducksoftware.integration.hub.report.api.ReportData getReportData()
public void setReportData(com.blackducksoftware.integration.hub.report.api.ReportData reportData)
public java.lang.String getJsonReportData()
public java.lang.String getIconFileName()
getIconFileName in interface hudson.model.Actionpublic java.lang.String getDisplayName()
getDisplayName in interface hudson.model.ActiongetDisplayName in interface hudson.model.ModelObjectpublic java.lang.String getUrlName()
getUrlName in interface hudson.model.Action