Uses of Class
jetbrains.buildServer.serverSide.impl.BuildPromotionImpl.BuildProjectEntry
-
Packages that use BuildPromotionImpl.BuildProjectEntry Package Description jetbrains.buildServer.serverSide.statistics.buildtime -
-
Uses of BuildPromotionImpl.BuildProjectEntry in jetbrains.buildServer.serverSide.statistics.buildtime
Methods in jetbrains.buildServer.serverSide.statistics.buildtime that return types with arguments of type BuildPromotionImpl.BuildProjectEntry Modifier and Type Method Description List<BuildPromotionImpl.BuildProjectEntry>DbHistoricalPathProvider. getHistoricalPath(Collection<Long> buildIds)Provides project hierarcy for particular builds Preserve historical state even when project or build type were moved or deletedList<BuildPromotionImpl.BuildProjectEntry>HistoricalPathProvider. getHistoricalPath(Collection<Long> buildIds)Provides project hierarcy for particular builds Preserve historical state even if project of build type were moved or removedCollection<BuildPromotionImpl.BuildProjectEntry>ProjectAgentBuildValue. getHistoricalPath()Constructor parameters in jetbrains.buildServer.serverSide.statistics.buildtime with type arguments of type BuildPromotionImpl.BuildProjectEntry Constructor Description ProjectAgentBuildValue(AgentBuildValue agentBuildValue, Collection<BuildPromotionImpl.BuildProjectEntry> historicalPath)
-