Uses of Interface
jetbrains.buildServer.vcs.VcsRootUsagesContributor
-
-
Uses of VcsRootUsagesContributor in jetbrains.buildServer.serverSide.impl.auth
Methods in jetbrains.buildServer.serverSide.impl.auth that return types with arguments of type VcsRootUsagesContributor Modifier and Type Method Description Set<VcsRootUsagesContributor>SecuredVcsManager. getAllVcsRootUsagesContributors()Methods in jetbrains.buildServer.serverSide.impl.auth with parameters of type VcsRootUsagesContributor Modifier and Type Method Description voidSecuredVcsManager. addVcsRootUsageContributor(VcsRootUsagesContributor contributor) -
Uses of VcsRootUsagesContributor in jetbrains.buildServer.serverSide.impl.versionedSettings
Classes in jetbrains.buildServer.serverSide.impl.versionedSettings that implement VcsRootUsagesContributor Modifier and Type Class Description classVersionedSettingsRootUsagesContributor -
Uses of VcsRootUsagesContributor in jetbrains.buildServer.vcs
Methods in jetbrains.buildServer.vcs that return types with arguments of type VcsRootUsagesContributor Modifier and Type Method Description Set<VcsRootUsagesContributor>VcsRootsManagerEx. getAllVcsRootUsagesContributors()Methods in jetbrains.buildServer.vcs with parameters of type VcsRootUsagesContributor Modifier and Type Method Description voidVcsRootsManagerEx. addVcsRootUsageContributor(VcsRootUsagesContributor contributor) -
Uses of VcsRootUsagesContributor in jetbrains.buildServer.vcs.impl
Methods in jetbrains.buildServer.vcs.impl that return types with arguments of type VcsRootUsagesContributor Modifier and Type Method Description Set<VcsRootUsagesContributor>VcsManagerImpl. getAllVcsRootUsagesContributors()Set<VcsRootUsagesContributor>VcsRootsManagerImpl. getAllVcsRootUsagesContributors()Methods in jetbrains.buildServer.vcs.impl with parameters of type VcsRootUsagesContributor Modifier and Type Method Description voidVcsManagerImpl. addVcsRootUsageContributor(VcsRootUsagesContributor contributor)voidVcsRootsManagerImpl. addVcsRootUsageContributor(VcsRootUsagesContributor contributor)
-