Interface SVcsRootAccess

  • All Known Subinterfaces:
    SVcsRoot

    public interface SVcsRootAccess
    Created 22.08.13 17:28
    Author:
    Eugene Petrenko (eugene.petrenko@jetbrains.com)
    • Method Detail

      • isAccessibleFrom

        boolean isAccessibleFrom​(@NotNull
                                 SBuildType buildType)
        Returns true if VCS root can be attached to specified configuration.
        Parameters:
        buildType - build configuration
        Returns:
        true if VCS roots with this scope are accessible from the specified build configuration.
      • isAccessibleFrom

        boolean isAccessibleFrom​(@NotNull
                                 SProject project)
        Returns true if VCS root can be attached to configurations of specified project.
        Parameters:
        project - project
        Returns:
        true if VCS roots with this scope are accessible from the specified project
        Since:
        8.0
      • getAccessibleProjects

        @NotNull
        java.util.Set<SProject> getAccessibleProjects()
        Returns projects where this VCS root can be attached to a configuration
        Returns:
        see above
        Since:
        9.0