Klasse 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
Autor:
Ullrich Hafner
  • Verschachtelte Klassen - Übersicht

    Verschachtelte Klassen
    Modifizierer und Typ
    Klasse
    Beschreibung
    static class 
    A table row that shows the source control statistics.

    Von Klasse geerbte verschachtelte Klassen/Schnittstellen io.jenkins.plugins.datatables.TableModel

    io.jenkins.plugins.datatables.TableModel.DetailedColumnDefinition
  • Methodenübersicht

    Modifizierer und Typ
    Methode
    Beschreibung
    List<io.jenkins.plugins.datatables.TableColumn>
     
     
     

    Von Klasse geerbte Methoden io.jenkins.plugins.datatables.TableModel

    getColumnsDefinition, getTableConfiguration, getTableConfigurationDefinition

    Von Klasse geerbte Methoden java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Methodendetails

    • getId

      public String getId()
      Angegeben von:
      getId in Klasse io.jenkins.plugins.datatables.TableModel
    • getColumns

      public List<io.jenkins.plugins.datatables.TableColumn> getColumns()
      Angegeben von:
      getColumns in Klasse io.jenkins.plugins.datatables.TableModel
    • getRows

      public List<Object> getRows()
      Angegeben von:
      getRows in Klasse io.jenkins.plugins.datatables.TableModel