Interface ProjectRow<T extends StatisticResult>
-
- All Superinterfaces:
ProjectAware
- All Known Implementing Classes:
BuildTimeProjectRow
,DiskUsageProjectRow
,StatisticProjectRow
public interface ProjectRow<T extends StatisticResult> extends ProjectAware
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description T
getStatisticResult()
List<ProjectRow<T>>
getSubProjects()
-
Methods inherited from interface jetbrains.buildServer.serverSide.statistics.ProjectAware
getProject
-
-
-
-
Method Detail
-
getSubProjects
List<ProjectRow<T>> getSubProjects()
-
getStatisticResult
T getStatisticResult()
-
-