Interface BuildTypeRow<T extends StatisticResult>
-
- All Superinterfaces:
ProjectAware
,StatisticRow<T>
- All Known Implementing Classes:
BuildTimeRow
,DiskUsageRow
public interface BuildTypeRow<T extends StatisticResult> extends StatisticRow<T>, ProjectAware
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SBuildType
getBuildType()
-
Methods inherited from interface jetbrains.buildServer.serverSide.statistics.ProjectAware
getProject
-
Methods inherited from interface jetbrains.buildServer.serverSide.statistics.StatisticRow
getParent, getStatisticResult, isCalculated, setParent
-
-
-
-
Method Detail
-
getBuildType
@NotNull SBuildType getBuildType()
-
-