Package io.jenkins.plugins.report.jtreg
Class ReportChartColumn
- java.lang.Object
-
- hudson.views.ListViewColumn
-
- io.jenkins.plugins.report.jtreg.ReportChartColumn
-
- All Implemented Interfaces:
ExtensionPoint
,Describable<ListViewColumn>
public class ReportChartColumn extends ListViewColumn
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
ReportChartColumn.ReportChartColumnDescriptor
-
Nested classes/interfaces inherited from interface hudson.ExtensionPoint
ExtensionPoint.LegacyInstancesAreScopedToHudson
-
-
Field Summary
Fields Modifier and Type Field Description static ReportChartColumn.ReportChartColumnDescriptor
DESCRIPTOR
-
Constructor Summary
Constructors Constructor Description ReportChartColumn()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
generateChartName()
List<BuildReportPlugin>
getJckReport(Job<?,?> job)
int
getLatestResultFailures(List<io.jenkins.plugins.report.jtreg.model.BuildReport> reports)
-
Methods inherited from class hudson.views.ListViewColumn
all, createDefaultInitialColumnList, createDefaultInitialColumnList, createDefaultInitialColumnList, getColumnCaption, getDescriptor, shownByDefault
-
-
-
-
Field Detail
-
DESCRIPTOR
@Extension public static final ReportChartColumn.ReportChartColumnDescriptor DESCRIPTOR
-
-
Method Detail
-
getJckReport
public List<BuildReportPlugin> getJckReport(Job<?,?> job)
-
getLatestResultFailures
public int getLatestResultFailures(List<io.jenkins.plugins.report.jtreg.model.BuildReport> reports)
-
generateChartName
public String generateChartName()
-
-