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