Interface HistoricalPathProvider
-
- All Known Implementing Classes:
DbHistoricalPathProvider
public interface HistoricalPathProvider
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description List<BuildPromotionImpl.BuildProjectEntry>
getHistoricalPath(Collection<Long> buildIds)
Provides project hierarcy for particular builds Preserve historical state even if project of build type were moved or removed
-
-
-
Method Detail
-
getHistoricalPath
List<BuildPromotionImpl.BuildProjectEntry> getHistoricalPath(@NotNull Collection<Long> buildIds)
Provides project hierarcy for particular builds Preserve historical state even if project of build type were moved or removed- Returns:
-
-