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 Link icon

    Nested Classes
    Modifier and Type
    Class
    Description
    static class 
    A table row that shows the source control statistics.

    Nested classes/interfaces inherited from class io.jenkins.plugins.datatables.TableModel Link icon

    io.jenkins.plugins.datatables.TableModel.DetailedColumnDefinition
  • Method Summary Link icon

    Modifier and Type
    Method
    Description
    List<io.jenkins.plugins.datatables.TableColumn>
     
     
     

    Methods inherited from class io.jenkins.plugins.datatables.TableModel Link icon

    getColumnsDefinition, getTableConfiguration, getTableConfigurationDefinition

    Methods inherited from class java.lang.Object Link icon

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Method Details Link icon

    • getId Link icon

      public String getId()
      Specified by:
      getId in class io.jenkins.plugins.datatables.TableModel
    • getColumns Link icon

      public List<io.jenkins.plugins.datatables.TableColumn> getColumns()
      Specified by:
      getColumns in class io.jenkins.plugins.datatables.TableModel
    • getRows Link icon

      public List<Object> getRows()
      Specified by:
      getRows in class io.jenkins.plugins.datatables.TableModel