Class DbHistoricalPathProvider
- java.lang.Object
-
- jetbrains.buildServer.serverSide.statistics.buildtime.DbHistoricalPathProvider
-
- All Implemented Interfaces:
HistoricalPathProvider
public class DbHistoricalPathProvider extends Object implements HistoricalPathProvider
-
-
Constructor Summary
Constructors Constructor Description DbHistoricalPathProvider(SQLRunnerEx SQL)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<BuildPromotionImpl.BuildProjectEntry>
getHistoricalPath(Collection<Long> buildIds)
Provides project hierarcy for particular builds Preserve historical state even when project or build type were moved or deleted
-
-
-
Constructor Detail
-
DbHistoricalPathProvider
public DbHistoricalPathProvider(SQLRunnerEx SQL)
-
-
Method Detail
-
getHistoricalPath
public List<BuildPromotionImpl.BuildProjectEntry> getHistoricalPath(@NotNull Collection<Long> buildIds)
Provides project hierarcy for particular builds Preserve historical state even when project or build type were moved or deleted- Specified by:
getHistoricalPath
in interfaceHistoricalPathProvider
- Returns:
-
-