Class ForensicsTableModel
java.lang.Object
io.jenkins.plugins.datatables.TableModel
io.jenkins.plugins.forensics.miner.ForensicsTableModel
public class ForensicsTableModel
extends io.jenkins.plugins.datatables.TableModel
Provides the dynamic model for the details table that shows the source control file statistics.
This forensics 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:
- Ullrich Hafner
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classA table row that shows the source control statistics.Nested classes/interfaces inherited from class io.jenkins.plugins.datatables.TableModel
io.jenkins.plugins.datatables.TableModel.DetailedColumnDefinition -
Method Summary
Methods inherited from class io.jenkins.plugins.datatables.TableModel
getColumnsDefinition, getTableConfiguration, getTableConfigurationDefinition
-
Method Details
-
getId
- Specified by:
getIdin classio.jenkins.plugins.datatables.TableModel
-
getColumns
- Specified by:
getColumnsin classio.jenkins.plugins.datatables.TableModel
-
getRows
- Specified by:
getRowsin classio.jenkins.plugins.datatables.TableModel
-