Interface BuildTypeVcsRootsHolder
-
- All Known Subinterfaces:
VcsManagerEx
- All Known Implementing Classes:
SecuredVcsManager
,VcsManagerImpl
public interface BuildTypeVcsRootsHolder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
attachTo(SBuildType buildType, SVcsRoot vcsRoot)
void
detachFrom(SBuildType buildType, SVcsRoot vcsRoot)
List<SVcsRoot>
getAttachedRoots(SBuildType buildType)
-
-
-
Method Detail
-
attachTo
void attachTo(@NotNull SBuildType buildType, @NotNull SVcsRoot vcsRoot) throws VcsRootNotFoundException
- Throws:
VcsRootNotFoundException
-
detachFrom
void detachFrom(@NotNull SBuildType buildType, @NotNull SVcsRoot vcsRoot)
-
getAttachedRoots
@NotNull List<SVcsRoot> getAttachedRoots(@NotNull SBuildType buildType)
-
-