Class TableRow<TRowTitle,TValue,TSummary>
- java.lang.Object
-
- jetbrains.buildServer.controllers.agent.statistics.table.rows.TableRow<TRowTitle,TValue,TSummary>
-
- Direct Known Subclasses:
HeadRow
,OrdinaryTableRow
,SummaryTableRow
public class TableRow<TRowTitle,TValue,TSummary> extends Object
Created by IntelliJ IDEA. User: Eugene.Petrenko Date: 28.01.2008 Time: 15:19:23
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TRowTitle
getRow()
TSummary
getSummary()
List<TValue>
getValues()
-