@Extension @ExportedBean public class Report extends ManagementLink implements RunAction2, org.kohsuke.stapler.StaplerProxy
ManagementLink.Category
ExtensionPoint.LegacyInstancesAreScopedToHudson
Modifier and Type | Field and Description |
---|---|
Run<?,?> |
run |
LIST
Modifier and Type | Method and Description |
---|---|
String |
getBuildDone() |
String |
getDisplayName() |
IacScanResult |
getErrorScanResult()
Returns a dummy
IacScanResult which is returned in case of any scan errors |
String |
getIconFileName() |
ScanMetadata |
getMetaData() |
String |
getReportUrl() |
String |
getResults() |
Run |
getRun() |
Object |
getTarget() |
String |
getUrlName() |
void |
onAttached(Run<?,?> run) |
void |
onLoad(Run<?,?> run) |
all, getCategory, getCategoryName, getDescription, getRequiredPermission, getRequiresConfirmation, getRequiresPOST
public transient Run<?,?> run
public Report(Run<?,?> run)
public Report()
public void onAttached(Run<?,?> run)
onAttached
in interface RunAction2
public void onLoad(Run<?,?> run)
onLoad
in interface RunAction2
public String getIconFileName()
getIconFileName
in interface Action
getIconFileName
in class ManagementLink
public String getDisplayName()
getDisplayName
in interface Action
getDisplayName
in interface ModelObject
public String getUrlName()
getUrlName
in interface Action
getUrlName
in class ManagementLink
public Run getRun()
public String getBuildDone()
public ScanMetadata getMetaData()
public String getResults()
public IacScanResult getErrorScanResult()
IacScanResult
which is returned in case of any scan errorspublic String getReportUrl()
public Object getTarget()
getTarget
in interface org.kohsuke.stapler.StaplerProxy
Copyright © 2016–2023. All rights reserved.