@ExportedBean public class LCSummaryAction extends Object implements hudson.model.Action
| Modifier and Type | Method and Description |
|---|---|
void |
addReport(LCReportAction report) |
hudson.model.Api |
getApi() |
String |
getDisplayName() |
LCDynamicReportAction |
getDynamic() |
String |
getIconFileName() |
LCReportAction |
getNextReport(LCReportAction report) |
String |
getPluginUrl() |
LCReportAction |
getPreviousReport(LCReportAction report) |
HashMap<String,LCReportAction> |
getReports() |
ArrayList<LCReportAction> |
getReportsOrder() |
hudson.model.Run<?,?> |
getRun() |
String |
getUrlName() |
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.Actionpublic hudson.model.Run<?,?> getRun()
public void addReport(LCReportAction report)
@Exported(name="reports",
inline=true)
public ArrayList<LCReportAction> getReportsOrder()
public HashMap<String,LCReportAction> getReports()
public LCReportAction getNextReport(LCReportAction report)
public LCReportAction getPreviousReport(LCReportAction report)
public LCDynamicReportAction getDynamic()
public String getPluginUrl()
public hudson.model.Api getApi()
Copyright © 2016–2018. All rights reserved.