Uses of Interface
jetbrains.buildServer.vcs.VcsRootInstanceEx
-
-
Uses of VcsRootInstanceEx in jetbrains
Methods in jetbrains that return VcsRootInstanceEx Modifier and Type Method Description VcsRootInstanceExBuildServerCreator. addVcsRootInstance(String vcsName, CheckoutRules rules, SBuildType buildType)VcsRootInstanceExBuildServerCreator. addVcsRootInstance(ServerVcsSupport vcs, SBuildType buildType)VcsRootInstanceExBuildServerCreator. 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 booleanSlowVcsRootInstanceTracker. 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 RepositoryStateBuildTypeBranchesInfoCacheImpl. getRepositoryState(VcsRootInstanceEx rootInstance)RepositoryStateBuildTypeVcsBranchesInfoCache. getRepositoryState(VcsRootInstanceEx rootInstance)RepositoryStateBuildTypeBranchesInfoCacheImpl. getStateWithActiveBranches(VcsRootInstanceEx rootInstance, long branchAge)RepositoryStateBuildTypeVcsBranchesInfoCache. getStateWithActiveBranches(VcsRootInstanceEx rootInstance, long branchAge)voidBuildTypeBranchesInfoCacheImpl. put(BuildTypeBranches.BuildTypeVcsBranchesInfo info, VcsRootInstanceEx root, BranchSpec spec, Long age, boolean computeTimestamps)voidBuildTypeVcsBranchesInfoCache. put(BuildTypeBranches.BuildTypeVcsBranchesInfo info, VcsRootInstanceEx root, BranchSpec spec, Long age, boolean computeTimestamps)protected voidBaseServerTestCase. 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 classVcsRootInstanceImplCreated 10.05.13 17:36classVcsRootInstanceWithParentMethods in jetbrains.buildServer.vcs.impl that return VcsRootInstanceEx Modifier and Type Method Description VcsRootInstanceExVcsRootInstanceFactory. createInstanceFromParent(long id, SVcsRoot parent, Map<String,String> params)VcsRootInstanceExVcsRootInstanceFactory. createInstanceFromParentId(long id, long parentId, Map<String,String> params)VcsRootInstanceExVcsRootInstancesManagerImpl. findRootInstanceById(long id)VcsRootInstanceExVcsRootInstanceWithParent. getDelegate()VcsRootInstanceExVcsRootInstancesManagerImpl. getTemporaryVcsRootInstance(SVcsRoot vcsRoot, ValueResolver valueResolver)protected VcsRootInstanceExVcsRootInstanceImpl. getVcsRootInstance()VcsRootInstanceExVcsRootInstancesManagerImpl. getVcsRootInstance(SVcsRoot parent, Map<String,String> params)protected VcsRootInstanceExVcsRootInstanceWithParent. getVcsRootInstance()protected abstract VcsRootInstanceExVcsSettingsOperations. 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)
-