Package jetbrains.buildServer.vcs.impl
Interface BuildTypeVcsRootsEx
-
- All Superinterfaces:
BuildTypeVcsRoots
- All Known Implementing Classes:
BuildTypeVcsRootsImpl
public interface BuildTypeVcsRootsEx extends BuildTypeVcsRoots
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
initRelated(Map<String,gnu.trove.set.hash.TLongHashSet> allBuildTypeVcsRoots)
void
setRelated(String buildTypeInternalId, VcsRootInstance root)
void
setRelated(SBuildType buildType, VcsRootInstance root)
-
Methods inherited from interface jetbrains.buildServer.vcs.impl.BuildTypeVcsRoots
getRelatedRootIds, getRelatedRootIds
-
-
-
-
Method Detail
-
setRelated
void setRelated(@NotNull SBuildType buildType, @NotNull VcsRootInstance root)
-
setRelated
void setRelated(@NotNull String buildTypeInternalId, @NotNull VcsRootInstance root)
-
-