public interface VcsManager extends VcsRegistry, VcsServiceFactory, VcsRootUsernamesManager, VcsContentManager, VcsRootsManager, VcsRootInstancesManager
Modifier and Type | Method and Description |
---|---|
SVcsModification |
findModificationById(long changeId,
boolean isPersonal)
Find and return VCS modification by its id and isPersonal flag.
|
java.util.Collection<SUser> |
getModificationUsers(SVcsModification modification)
Deprecated.
|
VcsRootStatus |
getStatus(SVcsRoot vcsRoot)
Deprecated.
This method should not be used, because it returns questionable data when a VCS Root is parameterized and used in different build configurations
|
VcsModificationHistory |
getVcsHistory()
Deprecated.
use spring to autowire
VcsModificationHistory |
VcsStatusLogger |
getVcsStatusProvider()
Deprecated.
use spring to autowire
VcsStatusProvider |
findVcsByName, findVcsContextByName, getAllVcs, getAllVcsCore
getGenericService, getVcsService
getUsers, getVcsRootsUsernames, getVcsUsernames
getFileContent, getFileContent, getFileContent
findRootByExternalId, findRootById, findRootByIdAndVersion, findRootByName, findRootsByVcsName, findUnusedVcsRootsByScope, findVcsRoots, findVcsRootsByScope, getAllConfigurationUsages, getAllProjectUsages, getAllRegisteredVcsRoots, getAllTemplateUsages, getNumberOfUsagesInConfigurations, getNumberOfUsagesInProjects
findRootInstanceById, getVcsRootInstance
@NotNull @Deprecated VcsModificationHistory getVcsHistory()
VcsModificationHistory
@NotNull @Deprecated VcsStatusLogger getVcsStatusProvider()
VcsStatusProvider
@Deprecated @NotNull java.util.Collection<SUser> getModificationUsers(@NotNull SVcsModification modification)
SVcsModification.getCommitters()
modification
- VCS modification@Nullable SVcsModification findModificationById(long changeId, boolean isPersonal)
changeId
- VCS modification identifier, see VcsModification.getId()
isPersonal
- true if the searched modification relates to personal build@NotNull VcsRootStatus getStatus(@NotNull SVcsRoot vcsRoot)
vcsRoot
- vcs root to get status forLVcsRootInstance.getStatus()