Interface VersionedSettingsContentManager
-
- All Known Implementing Classes:
VersionedSettingsContentManagerImpl
public interface VersionedSettingsContentManagerAllows to fetch versioned settings configs from VCS
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description VersionedSettingsFileSystemfetchConfigsFromVcs(VcsRootInstance settingsRoot, CheckoutRules rules, String revision)Returns directory with the specified VCS root contents on given revision with specified checkout rules applied.
-
-
-
Method Detail
-
fetchConfigsFromVcs
@NotNull VersionedSettingsFileSystem fetchConfigsFromVcs(@NotNull VcsRootInstance settingsRoot, @NotNull CheckoutRules rules, @NotNull String revision) throws VcsException
Returns directory with the specified VCS root contents on given revision with specified checkout rules applied.- Parameters:
settingsRoot- versioned settings root of interestrules- versioned settings checkout rulesrevision- versioned settings revision of interest- Returns:
- see above
- Throws:
VcsException
-
-