Interface VersionedSettingsContentManager

    • 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 interest
        rules - versioned settings checkout rules
        revision - versioned settings revision of interest
        Returns:
        see above
        Throws:
        VcsException