Interface VcsRootUsagesContributor

    • Method Detail

      • getProjectUsages

        @NotNull
        Set<SProject> getProjectUsages​(@NotNull
                                       VcsRoot root)
        Returns additional projects where the given VCS root is used
        Parameters:
        root - VCS root of interest
        Returns:
        see above