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