Package jetbrains.buildServer.vcs
Interface VcsManagerEx
-
- All Superinterfaces:
BuildTypeVcsRootsHolder
,VcsContentManager
,VcsContentManagerEx
,VcsManager
,VcsRegistry
,VcsRegistryEx
,VcsRootInstancesManager
,VcsRootsManager
,VcsRootsManagerEx
,VcsRootsManagerSettings
,VcsRootsManagerSettingsHolder
,VcsRootUsernamesManager
,VcsRootUsernamesManagerEx
,VcsServiceFactory
,VcsServiceProvider
- All Known Implementing Classes:
SecuredVcsManager
,VcsManagerImpl
public interface VcsManagerEx extends VcsManager, BuildTypeVcsRootsHolder, VcsRootUsernamesManagerEx, VcsContentManagerEx, VcsRootsManagerSettings, VcsRegistryEx, VcsRootsManagerEx
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description VcsModificationHistoryEx
getVcsHistory()
Deprecated.use spring to autowireVcsModificationHistory
-
Methods inherited from interface jetbrains.buildServer.serverSide.vcs.BuildTypeVcsRootsHolder
attachTo, detachFrom, getAttachedRoots
-
Methods inherited from interface jetbrains.buildServer.vcs.VcsContentManager
getFileContent, getFileContent, getFileContent
-
Methods inherited from interface jetbrains.buildServer.vcs.VcsContentManagerEx
getContentAfter, getContentBefore, getFileContent
-
Methods inherited from interface jetbrains.buildServer.vcs.VcsManager
findModificationById, getModificationUsers, getStatus, getVcsStatusProvider
-
Methods inherited from interface jetbrains.buildServer.vcs.VcsRegistry
findVcsByName, findVcsContextByName, getAllVcs, getAllVcsCore
-
Methods inherited from interface jetbrains.buildServer.vcs.VcsRegistryEx
register, registerVcsSupport, unregister, unregisterVcsSupport
-
Methods inherited from interface jetbrains.buildServer.vcs.VcsRootInstancesManager
findRootInstanceById, getVcsRootInstance
-
Methods inherited from interface jetbrains.buildServer.vcs.VcsRootsManager
findRootsByVcsName, findUnusedVcsRootsByScope, findVcsRoots, findVcsRootsByScope, getAllConfigurationUsages, getAllProjectUsages, getAllRegisteredVcsRoots, getAllTemplateUsages, getNumberOfUsagesInConfigurations, getNumberOfUsagesInProjects, isUsedInProjects
-
Methods inherited from interface jetbrains.buildServer.vcs.VcsRootsManagerEx
addVcsRootUsageContributor, findRootByExternalId, findRootById, getAllConfigurationUsages, getAllVcsRootUsagesContributors, getAttachedRoots
-
Methods inherited from interface jetbrains.buildServer.vcs.impl.VcsRootsManagerSettings
setDefaultModificationCheckInterval, setDefaultQuietPeriod, setUseDefaultIntervalAsMinimum
-
Methods inherited from interface jetbrains.buildServer.vcs.impl.VcsRootsManagerSettingsHolder
getDefaultModificationCheckInterval, getDefaultQuietPeriod, useDefaultCheckIntervalAsMinimum
-
Methods inherited from interface jetbrains.buildServer.vcs.VcsRootUsernamesManager
getUsers, getVcsRootsUsernames, getVcsUsernames
-
Methods inherited from interface jetbrains.buildServer.vcs.VcsRootUsernamesManagerEx
setDefaultVcsUsername, setVcsRootUsername, setVcsUsername
-
Methods inherited from interface jetbrains.vcs.api.VcsServiceProvider
getGenericService, getVcsService
-
-
-
-
Method Detail
-
getVcsHistory
@NotNull @Deprecated VcsModificationHistoryEx getVcsHistory()
Deprecated.use spring to autowireVcsModificationHistory
- Specified by:
getVcsHistory
in interfaceVcsManager
- Returns:
- manager for detected VCS changes (i.e. user commits)
-
-