Interface VersionedSettingsFreezer
-
- All Known Implementing Classes:
VersionedSettingsFreezerImpl
public interface VersionedSettingsFreezer
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
cleanupCache(long vcsRootInstanceId)
void
freezeSettings(Collection<BuildPromotion> topPromotions)
-
-
-
Method Detail
-
freezeSettings
void freezeSettings(@NotNull Collection<BuildPromotion> topPromotions)
-
cleanupCache
void cleanupCache(long vcsRootInstanceId)
-
-