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 void
SecuredVcsManager. 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 class
VersionedSettingsRootUsagesContributor
-
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 void
VcsRootsManagerEx. 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 void
VcsManagerImpl. addVcsRootUsageContributor(VcsRootUsagesContributor contributor)
void
VcsRootsManagerImpl. addVcsRootUsageContributor(VcsRootUsagesContributor contributor)
-