Uses of Interface
jetbrains.buildServer.vcs.VcsManagerEx
-
-
Uses of VcsManagerEx in jetbrains.buildServer.buildTriggers.vcs
Methods in jetbrains.buildServer.buildTriggers.vcs that return VcsManagerEx Modifier and Type Method Description VcsManagerExVcsTriggeringContext. getVcsManager()Constructors in jetbrains.buildServer.buildTriggers.vcs with parameters of type VcsManagerEx Constructor Description VcsTriggeringContext(VcsManagerEx vcsManager, BranchSpecsEx specs, BuildPromotionManager promotionManager, RepositoryStateManager repositoryStateManager, EventDispatcher<RepositoryStateListener> repositoryStateEvents, VcsChangesCollectorFactory changesCollectorFactory, VersionedSettingsManager settingsRootManager, VcsModificationHistoryEx vcsHistory, SlowVcsRootInstanceTracker slowVcsRootInstanceTracker, ChangesCheckingService changesCheckingService, ChangesCalculationOptionsFactoryEx changesCalculationOptionsFactory, ChangesCalculationTimestamp changesCalculationTimestamps, ServerMetrics serverMetrics) -
Uses of VcsManagerEx in jetbrains.buildServer.controllers.admin.projects.setupFromUrl
Constructors in jetbrains.buildServer.controllers.admin.projects.setupFromUrl with parameters of type VcsManagerEx Constructor Description SetupObjectFromVcsUrlExtension(PagePlaces pagePlaces, VcsManagerEx vcsManager)VcsUrlObjectSetupBean(SetupObjectFromResourceBean setupObjectFromResourceBean, VcsManagerEx vcsManager, boolean hasPermissionsToEnableVersionedSettings) -
Uses of VcsManagerEx in jetbrains.buildServer.serverSide
Methods in jetbrains.buildServer.serverSide that return VcsManagerEx Modifier and Type Method Description VcsManagerExBaseServerSpringContextTestCase. getVcsManager()VcsManagerExBuildServerEx. getVcsManager()Methods in jetbrains.buildServer.serverSide with parameters of type VcsManagerEx Modifier and Type Method Description voidBaseServerSpringContextTestCase. setVcsManager(VcsManagerEx vcsManager)voidVcsAccessFactoryImpl. setVcsManager(VcsManagerEx vcsManager) -
Uses of VcsManagerEx in jetbrains.buildServer.serverSide.impl
Methods in jetbrains.buildServer.serverSide.impl that return VcsManagerEx Modifier and Type Method Description VcsManagerExBuildServerImpl. getVcsManager()Methods in jetbrains.buildServer.serverSide.impl with parameters of type VcsManagerEx Modifier and Type Method Description voidServerSettingsImpl. setVcsManager(VcsManagerEx vcsManager)voidBuildServerImpl. setVcsManagerEx(VcsManagerEx vcsManager)Constructors in jetbrains.buildServer.serverSide.impl with parameters of type VcsManagerEx Constructor Description VcsWorkspaceAccessImpl(List<VcsRootInstanceEntry> entries, VcsManagerEx vcsManager) -
Uses of VcsManagerEx in jetbrains.buildServer.serverSide.impl.auth
Classes in jetbrains.buildServer.serverSide.impl.auth that implement VcsManagerEx Modifier and Type Class Description classSecuredVcsManagerMethods in jetbrains.buildServer.serverSide.impl.auth with parameters of type VcsManagerEx Modifier and Type Method Description voidSecuredVcsManager. setDelegate(VcsManagerEx delegate) -
Uses of VcsManagerEx in jetbrains.buildServer.serverSide.impl.beans
Methods in jetbrains.buildServer.serverSide.impl.beans that return VcsManagerEx Modifier and Type Method Description VcsManagerExBuildChangesContextServices. getVcsManager()VcsManagerExBuildContextImpl. getVcsManager()VcsManagerExBuildTypeContextsImpl. getVcsManager()VcsManagerExProjectContext. getVcsManager()VcsManagerExVcsModificationContext. getVcsManager()VcsManagerExVcsRootContext. getVcsManager()VcsManagerExVcsRootInstanceContext. getVcsManager()Methods in jetbrains.buildServer.serverSide.impl.beans with parameters of type VcsManagerEx Modifier and Type Method Description voidBuildContextImpl. setVcsManager(VcsManagerEx vcsManager)voidBuildTypeContextsImpl. setVcsManager(VcsManagerEx vcsManager) -
Uses of VcsManagerEx in jetbrains.buildServer.serverSide.impl.personal
Methods in jetbrains.buildServer.serverSide.impl.personal with parameters of type VcsManagerEx Modifier and Type Method Description voidPersonalBuildManagerImpl. setVcsManager(VcsManagerEx vcsManager) -
Uses of VcsManagerEx in jetbrains.buildServer.serverSide.impl.xml.build
Fields in jetbrains.buildServer.serverSide.impl.xml.build declared as VcsManagerEx Modifier and Type Field Description protected VcsManagerExXmlBuildVcsRootsExternalizer. myVcsManagerMethods in jetbrains.buildServer.serverSide.impl.xml.build with parameters of type VcsManagerEx Modifier and Type Method Description voidXmlBuildVcsRootsExternalizer. setVcsManager(VcsManagerEx vcsManager) -
Uses of VcsManagerEx in jetbrains.buildServer.serverSide.systemProblems
Methods in jetbrains.buildServer.serverSide.systemProblems with parameters of type VcsManagerEx Modifier and Type Method Description voidSystemProblemNotificationEngine. setVcsManager(VcsManagerEx vcsManager) -
Uses of VcsManagerEx in jetbrains.buildServer.vcs.impl
Classes in jetbrains.buildServer.vcs.impl that implement VcsManagerEx Modifier and Type Class Description classVcsManagerImpl
-