Uses of Interface
jetbrains.buildServer.vcs.VcsRootInstanceEx
-
-
Uses of VcsRootInstanceEx in jetbrains
Methods in jetbrains that return VcsRootInstanceEx Modifier and Type Method Description VcsRootInstanceEx
BuildServerCreator. addVcsRootInstance(String vcsName, CheckoutRules rules, SBuildType buildType)
VcsRootInstanceEx
BuildServerCreator. addVcsRootInstance(ServerVcsSupport vcs, SBuildType buildType)
VcsRootInstanceEx
BuildServerCreator. addVcsRootInstance(ServerVcsSupport vcs, CheckoutRules rules, SBuildType buildType)
-
Uses of VcsRootInstanceEx in jetbrains.buildServer.buildTriggers.vcs
Methods in jetbrains.buildServer.buildTriggers.vcs with parameters of type VcsRootInstanceEx Modifier and Type Method Description boolean
SlowVcsRootInstanceTracker. shouldForceChangesChecking(VcsRootInstanceEx rootInstance)
Return true if given VCS Root Instance was not forced for checking for changes or it has finished checking for changes since the previous invocation of the method -
Uses of VcsRootInstanceEx in jetbrains.buildServer.controllers.admin.projects
Methods in jetbrains.buildServer.controllers.admin.projects that return types with arguments of type VcsRootInstanceEx Modifier and Type Method Description Map<VcsRoot,VcsRootInstanceEx>
BuildTypeVcsSettingsBean. getInstances()
-
Uses of VcsRootInstanceEx in jetbrains.buildServer.serverSide.impl
Methods in jetbrains.buildServer.serverSide.impl with parameters of type VcsRootInstanceEx Modifier and Type Method Description RepositoryState
BuildTypeBranchesInfoCacheImpl. getRepositoryState(VcsRootInstanceEx rootInstance)
RepositoryState
BuildTypeVcsBranchesInfoCache. getRepositoryState(VcsRootInstanceEx rootInstance)
RepositoryState
BuildTypeBranchesInfoCacheImpl. getStateWithActiveBranches(VcsRootInstanceEx rootInstance, long branchAge)
RepositoryState
BuildTypeVcsBranchesInfoCache. getStateWithActiveBranches(VcsRootInstanceEx rootInstance, long branchAge)
void
BuildTypeBranchesInfoCacheImpl. put(BuildTypeBranches.BuildTypeVcsBranchesInfo info, VcsRootInstanceEx root, BranchSpec spec, Long age, boolean computeTimestamps)
void
BuildTypeVcsBranchesInfoCache. put(BuildTypeBranches.BuildTypeVcsBranchesInfo info, VcsRootInstanceEx root, BranchSpec spec, Long age, boolean computeTimestamps)
protected void
BaseServerTestCase. setActiveBranchNames(VcsRootInstanceEx vriex, String... branchNames)
-
Uses of VcsRootInstanceEx in jetbrains.buildServer.vcs
Methods in jetbrains.buildServer.vcs that return types with arguments of type VcsRootInstanceEx Modifier and Type Method Description Map<Long,VcsRootInstanceEx>
VcsRootInstancesManagerEx. loadVcsRootInstancesInCache(Collection<Long> ids)
Makes sure that vcs root instances with specified ids are pre-loaded into the cache. -
Uses of VcsRootInstanceEx in jetbrains.buildServer.vcs.impl
Classes in jetbrains.buildServer.vcs.impl that implement VcsRootInstanceEx Modifier and Type Class Description class
VcsRootInstanceImpl
Created 10.05.13 17:36class
VcsRootInstanceWithParent
Methods in jetbrains.buildServer.vcs.impl that return VcsRootInstanceEx Modifier and Type Method Description VcsRootInstanceEx
VcsRootInstanceFactory. createInstanceFromParent(long id, SVcsRoot parent, Map<String,String> params)
VcsRootInstanceEx
VcsRootInstanceFactory. createInstanceFromParentId(long id, long parentId, Map<String,String> params)
VcsRootInstanceEx
VcsRootInstancesManagerImpl. findRootInstanceById(long id)
VcsRootInstanceEx
VcsRootInstanceWithParent. getDelegate()
VcsRootInstanceEx
VcsRootInstancesManagerImpl. getTemporaryVcsRootInstance(SVcsRoot vcsRoot, ValueResolver valueResolver)
protected VcsRootInstanceEx
VcsRootInstanceImpl. getVcsRootInstance()
VcsRootInstanceEx
VcsRootInstancesManagerImpl. getVcsRootInstance(SVcsRoot parent, Map<String,String> params)
protected VcsRootInstanceEx
VcsRootInstanceWithParent. getVcsRootInstance()
protected abstract VcsRootInstanceEx
VcsSettingsOperations. getVcsRootInstance()
Methods in jetbrains.buildServer.vcs.impl that return types with arguments of type VcsRootInstanceEx Modifier and Type Method Description Collection<VcsRootInstanceEx>
VcsRootInstancesManagerImpl. findAllVcsRootInstances(long parentId)
Find all instances of the given parent rootMap<Long,VcsRootInstanceEx>
VcsRootInstancesManagerImpl. loadVcsRootInstancesInCache(Collection<Long> ids)
Constructors in jetbrains.buildServer.vcs.impl with parameters of type VcsRootInstanceEx Constructor Description VcsRootInstanceWithParent(VcsRootInstanceEx originalRoot, SVcsRoot parentRoot)
-