Class ForensicsModel
java.lang.Object
io.jenkins.plugins.datatables.TableModel
io.jenkins.plugins.analysis.core.model.DetailsTableModel
io.jenkins.plugins.analysis.core.model.ForensicsModel
Provides the dynamic model for the details table that shows the source control file statistics.
This forensics model consists of the following columns:
- issue details (message and description)
- file name
- age
- total number of different authors
- total number of commits
- time of last commit
- time of first commit
- lines of code
- code churn
- 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.analysis.core.model.DetailsTableModel
DetailsTableModel.TableRowNested 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.analysis.core.model.DetailsTableModel
createAgeColumn, createDetailsColumn, createFileColumn, createHiddenDetailsColumn, createPackageColumn, createSeverityColumn, getAgeBuilder, getDescriptionProvider, getFileNameRenderer, getJenkinsFacade, getReport, getRows, getTableConfigurationMethods inherited from class io.jenkins.plugins.datatables.TableModel
getColumnsDefinition, getTableConfigurationDefinition
-
Method Details
-
getId
- Specified by:
getIdin classio.jenkins.plugins.datatables.TableModel
-
getColumns
- Specified by:
getColumnsin classio.jenkins.plugins.datatables.TableModel
-
getRow
Description copied from class:DetailsTableModelReturns a table row for the specified issue.- Specified by:
getRowin classDetailsTableModel- Parameters:
issue- the issue to show in the row- Returns:
- a table row for the issue
-