Uses of Class
jetbrains.buildServer.serverSide.statistics.StatisticProjectRow
-
-
Uses of StatisticProjectRow in jetbrains.buildServer.controllers.admin.statistics
Classes in jetbrains.buildServer.controllers.admin.statistics with type parameters of type StatisticProjectRow Modifier and Type Class Description classArchivedFilter<T extends StatisticResult,Z extends BuildTypeRow<T>,P extends StatisticProjectRow<T,Z,P>>classProjectRowBean<T extends StatisticResult,Z extends BuildTypeRow<T>,P extends StatisticProjectRow<T,Z,P>>classStatisticReportForm<T extends StatisticResult,Z extends BuildTypeRow<T>,P extends StatisticProjectRow<T,Z,P>>classStatisticRowFilter<T extends StatisticResult,Z extends BuildTypeRow<T>,P extends StatisticProjectRow<T,Z,P>> -
Uses of StatisticProjectRow in jetbrains.buildServer.serverSide.statistics
Classes in jetbrains.buildServer.serverSide.statistics with type parameters of type StatisticProjectRow Modifier and Type Class Description classStatisticProjectRow<T extends StatisticResult,Z extends BuildTypeRow<T>,P extends StatisticProjectRow<T,Z,P>>Methods in jetbrains.buildServer.serverSide.statistics that return StatisticProjectRow Modifier and Type Method Description StatisticProjectRow<T,Z,P>StatisticProjectRow. getParent()StatisticProjectRowStatisticRow. getParent()Methods in jetbrains.buildServer.serverSide.statistics with parameters of type StatisticProjectRow Modifier and Type Method Description voidStatisticProjectRow. aggregate(StatisticProjectRow<T,Z,P> parent)voidStatisticProjectRow. setParent(StatisticProjectRow row)voidStatisticRow. setParent(StatisticProjectRow row)Constructors in jetbrains.buildServer.serverSide.statistics with parameters of type StatisticProjectRow Constructor Description StatisticProjectRow(StatisticProjectRow<T,Z,P> other, T total) -
Uses of StatisticProjectRow in jetbrains.buildServer.serverSide.statistics.buildtime
Subclasses of StatisticProjectRow in jetbrains.buildServer.serverSide.statistics.buildtime Modifier and Type Class Description classBuildTimeProjectRowEncapsulates build time over one project.Methods in jetbrains.buildServer.serverSide.statistics.buildtime with parameters of type StatisticProjectRow Modifier and Type Method Description voidBuildTimeRow. setParent(StatisticProjectRow row) -
Uses of StatisticProjectRow in jetbrains.buildServer.serverSide.statistics.diskusage
Subclasses of StatisticProjectRow in jetbrains.buildServer.serverSide.statistics.diskusage Modifier and Type Class Description classDiskUsageProjectRowUser: linfar Date: 2/12/13Methods in jetbrains.buildServer.serverSide.statistics.diskusage with parameters of type StatisticProjectRow Modifier and Type Method Description voidDiskUsageRow. setParent(StatisticProjectRow row)Constructors in jetbrains.buildServer.serverSide.statistics.diskusage with parameters of type StatisticProjectRow Constructor Description DiskUsageProjectRow(StatisticProjectRow<DiskUsageResult,DiskUsageRow,DiskUsageProjectRow> other, DiskUsageResult total)
-