Package jetbrains.buildServer.serverSide
Interface BuildPromotionReplacement.ReplacementStatistics
-
- All Known Implementing Classes:
BuildPromotionReplacementImpl.ReplacementStatisticsImpl
- Enclosing interface:
- BuildPromotionReplacement
public static interface BuildPromotionReplacement.ReplacementStatistics
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Map<BuildPromotionReplacementLog.ReplacementReason,Integer>
getOptimizedBuildsNumber()
Map<BuildPromotionReplacementLog.ReplacementReason,Long>
getOptimizedBuildTimeSeconds()
-
-
-
Method Detail
-
getOptimizedBuildsNumber
@NotNull Map<BuildPromotionReplacementLog.ReplacementReason,Integer> getOptimizedBuildsNumber()
-
getOptimizedBuildTimeSeconds
@NotNull Map<BuildPromotionReplacementLog.ReplacementReason,Long> getOptimizedBuildTimeSeconds()
-
-