Package com.bmc.ims
Class ReportTableModel
- java.lang.Object
-
- io.jenkins.plugins.datatables.TableModel
-
- com.bmc.ims.ReportTableModel
-
public class ReportTableModel extends io.jenkins.plugins.datatables.TableModel
Provides the dynamic model for the details table that shows the cfa report.This model consists of the following columns:
- file name
- total number of different authors
- total number of commits
- time of last commit
- time of first commit
- Author:
- Marit cohen
-
-
Constructor Summary
Constructors Constructor Description ReportTableModel(org.json.JSONArray ja, String rptType)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<io.jenkins.plugins.datatables.TableColumn>
getColumns()
String
getId()
List<Object>
getRows()
-
-
-
Constructor Detail
-
ReportTableModel
public ReportTableModel(org.json.JSONArray ja, String rptType)
-
-