Uses of Interface
jetbrains.buildServer.vcs.LVcsRootInstance
-
-
Uses of LVcsRootInstance in jetbrains
Methods in jetbrains with parameters of type LVcsRootInstance Modifier and Type Method Description Set<String>MockBuildType. getAdditionalBranchesForChangesCollecting(LVcsRootInstance root, VcsRepositoryState state)List<BranchSpec>MockBuildType. getAdditionalBranchSpecs(LVcsRootInstance root, VcsRepositoryState state)BranchSpecMockBuildType. getBranchSpec(LVcsRootInstance root)booleanMockBuildType. rememberLastUsedRootInstanceAndBranchSpec(LVcsRootInstance parentRoot, BranchSpec spec) -
Uses of LVcsRootInstance in jetbrains.buildServer.buildTriggers.vcs
Methods in jetbrains.buildServer.buildTriggers.vcs that return LVcsRootInstance Modifier and Type Method Description LVcsRootInstanceLoadChangesInterval. fromRoot()LVcsRootInstanceLoadChangesInterval. toRoot()Methods in jetbrains.buildServer.buildTriggers.vcs with parameters of type LVcsRootInstance Modifier and Type Method Description RepositoryStateCommonBranchSpec. apply(Map<? extends LVcsRootInstanceHolder,BranchSpec> buildTypeBranchSpecs, LVcsRootInstance root, RepositoryState state, Collection<BranchSpec> settingsBranchSpecs)Returns repository state containing branches matched at least one provided branch spec of given VCS root or any of the settings branch specs + additional branches matched by extensionsstatic LoadChangesIntervalLoadChangesInterval. create(LVcsRootInstance fromRoot, RepositoryState fromState, LVcsRootInstance toRoot, RepositoryState toState)RepositoryStateCommonBranchSpec. filterStateForChangesCollecting(Set<? extends LVcsRootInstanceHolder> buildTypes, LVcsRootInstance root, RepositoryState state, Collection<BranchSpec> settingsBranchSpecs)Returns repository state containing branches matched at least by one current branch spec of given VCS root in the specified build types or any of the settings branch spec + additional branches for changes collecting from extensionsstatic booleanVcsRootChangesLoader. isOutdatedToState(LVcsRootInstance fromRepository, Date fromStateCreateTime, Date toStateCreateTime)static booleanVcsRootChangesLoader. isOutdatedToState(LVcsRootInstance fromRepository, LVcsRootInstance toRepository, RepositoryState fromState, RepositoryState toState) -
Uses of LVcsRootInstance in jetbrains.buildServer.serverSide
Methods in jetbrains.buildServer.serverSide with parameters of type LVcsRootInstance Modifier and Type Method Description voidLVcsSettingsTracker. forgetSettings(LVcsRootInstanceHolder buildType, LVcsRootInstance currentInstance)Forgets VCS settings for specified build type and vcs root.Set<String>LVcsRootInstanceHolderEx. getAdditionalBranchesForChangesCollecting(LVcsRootInstance root, VcsRepositoryState state)List<BranchSpec>LVcsRootInstanceHolderEx. getAdditionalBranchSpecs(LVcsRootInstance root, VcsRepositoryState state)BranchSpecLVcsRootInstanceHolderEx. getBranchSpec(LVcsRootInstance root)booleanLVcsRootInstanceHolderEx. rememberLastUsedRootInstanceAndBranchSpec(LVcsRootInstance rootInstance, BranchSpec spec)Stores branch specification used for changes collecting in given VCS root and resets a pending changes cache if root or spec is changed since last call to this method or whenforcePendingChangesResetis truevoidLVcsSettingsTracker. updateRevisions(LVcsRootInstance root, Map<? extends LVcsRootInstanceHolder,CheckoutRules> usages, boolean implicitSettingsRootUsages, RepositoryState fromState, RepositoryState toState, boolean force)Updates first detected revisions after collecting changes between fromState and toState in the specified VCS root attached with given checkout rules to specified buildTypes. -
Uses of LVcsRootInstance in jetbrains.buildServer.serverSide.impl
-
Uses of LVcsRootInstance in jetbrains.buildServer.serverSide.impl.auth
Methods in jetbrains.buildServer.serverSide.impl.auth with parameters of type LVcsRootInstance Modifier and Type Method Description SVcsModificationSecuredVcsModificationHistory. getLastModification(LVcsRootInstance vcsRoot) -
Uses of LVcsRootInstance in jetbrains.buildServer.vcs
Subinterfaces of LVcsRootInstance in jetbrains.buildServer.vcs Modifier and Type Interface Description interfaceLVcsRootInstanceExCreated 25.08.13 13:18interfaceVcsRootInstanceRepresents instance of VCS root settings (i.e.interfaceVcsRootInstanceExRepresents instance of VCS root which can be used for changes collecting.Methods in jetbrains.buildServer.vcs that return types with arguments of type LVcsRootInstance Modifier and Type Method Description List<? extends LVcsRootInstance>ChangesLoaderContext. getBuildTypeVcsRoots(LVcsRootInstanceHolder buildType)Methods in jetbrains.buildServer.vcs with parameters of type LVcsRootInstance Modifier and Type Method Description protected voidChangesLoaderLoggerImpl. addVcsRootProgress(LVcsRootInstance root, String progress)voidVcsChangesLoaderCallback. changesCollectingFinished(LVcsRootInstance root)Called when changes collecting is finishedSVcsModificationVcsModificationsStorage. findLastModification(LVcsRootInstance vcsRoot)Set<BranchSpec>ChangesLoaderContext. getCurrentSettingsBranchSpecs(LVcsRootInstance root)Returns branch specs for the specified VCS root as for settings root.SVcsModificationVcsModificationHistory. getLastModification(LVcsRootInstance vcsRoot)Return last modification detected in the given VcsRootSet<BranchSpec>ChangesLoaderContext. getPrevSettingsBranchSpecs(LVcsRootInstance root)Returns previous branch specs used for changes collecting in the specified VCS root as in versioned settings root.Map<? extends LVcsRootInstanceHolder,CheckoutRules>ChangesLoaderContext. getSettingRootUsages(LVcsRootInstance root)Returns all usages of the specified settings VCS root, including the buildTypes where settings root is attachedMap<? extends LVcsRootInstanceHolder,CheckoutRules>ChangesLoaderContext. getUsagesForChangesCollecting(LVcsRootInstance vcsRootInstance)default StringChangesLoaderContext. getVersionedSettingsRule(LVcsRootInstance root)booleanChangesLoaderContext. hasCustomSettings(LVcsRootInstanceHolder buildType, LVcsRootInstance root, CheckoutRules rules)Returns true if the specified root or checkout rules are different from the one attached to the given buildTypebooleanChangesLoaderContext. isImplicitSettingsVcsRoot(LVcsRootInstanceHolder buildType, LVcsRootInstance root)booleanChangesLoaderContext. isSettingsVcsRoot(LVcsRootInstanceHolder buildType, LVcsRootInstance root)Returns true if the specified VCS root used to store settings in the given buildTypebooleanChangesLoaderContext. isSettingsVcsRoot(LVcsRootInstance root)Returns true if the specified VCS root is used for storing versioned settings.voidChangesCollectionLogger. logLockingVcsRootToCollectChanges(LVcsRootInstance root)voidChangesLoaderLoggerImpl. logLockingVcsRootToCollectChanges(LVcsRootInstance root)voidChangesCollectionLogger. logObtainingCurrentState(LVcsRootInstance root)voidChangesLoaderLoggerImpl. logObtainingCurrentState(LVcsRootInstance root)voidChangesCollectionLogger. logObtainingCurrentStateFinished(LVcsRootInstance root)voidChangesLoaderLoggerImpl. logObtainingCurrentStateFinished(LVcsRootInstance root)voidChangesCollectionLogger. logProgress(LVcsRootInstance root, String progress)voidChangesLoaderLogger. logProgress(LVcsRootInstance root, String progress)voidChangesLoaderLoggerImpl. logProgress(LVcsRootInstance root, String progress)booleanChangesLoaderContext. saveSettingsBranchSpecs(LVcsRootInstance root)Saves branch specs of the specified VCS root previously returned by the getCurrentSettingsBranchSpecs() method, so that the subsequent call to getPrevSettingsBranchSpecs() returns them.default booleanChangesLoaderContext. shouldCollectChangesForVcsRoot(LVcsRootInstance root, RepositoryState currentState)booleanChangesLoaderContext. shouldWaitForChangesCollectionFinishing(LVcsRootInstance inst)booleanRecurringChangesLoader. tryLoadChanges(LVcsRootInstance vcsRoot, ChangesLoaderContext context)Attempts to collect changes for VCS root if checking for changes is not yet started for this root.Method parameters in jetbrains.buildServer.vcs with type arguments of type LVcsRootInstance Modifier and Type Method Description voidBuildPromotionChangesLoader. loadChangesBetweenRoots(Map<LVcsRootInstance,LVcsRootInstance> rootsToOverriddenRoots, ChangesLoaderContext context)Loads changes between each pair of the roots in provided collection.voidBuildPromotionChangesLoader. loadChangesBetweenRoots(Map<LVcsRootInstance,LVcsRootInstance> rootsToOverriddenRoots, ChangesLoaderContext context)Loads changes between each pair of the roots in provided collection.voidChangesCollectionLogger. logChangesCollectionFinished(Set<LVcsRootInstance> vcsRoots)Called when system finishes changes collecting on build startvoidChangesLoaderLoggerImpl. logChangesCollectionFinished(Set<LVcsRootInstance> roots)voidChangesCollectionLogger. logChangesCollectionStarting(Set<LVcsRootInstance> vcsRoots)Called when system decided to start changes collection on build startvoidChangesLoaderLoggerImpl. logChangesCollectionStarting(Set<LVcsRootInstance> roots) -
Uses of LVcsRootInstance in jetbrains.buildServer.vcs.impl
Classes in jetbrains.buildServer.vcs.impl that implement LVcsRootInstance Modifier and Type Class Description classVcsRootInstanceImplCreated 10.05.13 17:36classVcsRootInstanceWithParentMethods in jetbrains.buildServer.vcs.impl that return LVcsRootInstance Modifier and Type Method Description LVcsRootInstanceVcsRootInstancePair. getFromRoot()LVcsRootInstanceVcsChangesLoaderPreviousVcsRootInstancesCache. getLastUsedVcsRootInstance(LVcsRootInstanceHolder buildType, LVcsRootInstance currentRoot)LVcsRootInstanceVcsRootInstancePair. getToRoot()Methods in jetbrains.buildServer.vcs.impl that return types with arguments of type LVcsRootInstance Modifier and Type Method Description Map<LVcsRootInstance,LVcsRootInstance>BuildChangesLoaderContext. collectRootsAndOverrides(boolean chainBuildTypesOnly)Map<LVcsRootInstance,LVcsRootInstance>BuildChangesLoaderContext. collectRootsAndOverrides(boolean chainBuildTypesOnly)List<? extends LVcsRootInstance>NarrowBuildTypesDecorator. getBuildTypeVcsRoots(LVcsRootInstanceHolder buildType)LinkedMultiMapToList<LVcsRootInstance,LoadChangesTask>VcsChangesFetcher. getStateAndCreateChangesCollectingTasks(ExecService exec, Map<LVcsRootInstance,LVcsRootInstance> pairs, ChangesLoaderContext ctx)protected List<? extends LVcsRootInstance>BuildTypeChangeRelationCalculatorImpl. getVcsRoots(SBuildType buildType)Methods in jetbrains.buildServer.vcs.impl with parameters of type LVcsRootInstance Modifier and Type Method Description voidBuildChangesLoaderContext. changesCollectingFinished(LVcsRootInstance root)voidPeriodicChangesLoaderContext. changesCollectingFinished(LVcsRootInstance root)SVcsModificationVcsModificationsStorageImpl. findLastModification(LVcsRootInstance vcsRoot)RelationTypeBuildTypeChangeRelationCalculator. getChangeType(LVcsRootInstanceHolder buildType, LVcsRootInstance vcsRoot)abstract RelationTypeBuildTypeChangeRelationCalculatorImpl. getChangeType(LVcsRootInstanceHolder buildType, LVcsRootInstance vcsRoot)Set<BranchSpec>BuildChangesLoaderContext. getCurrentSettingsBranchSpecs(LVcsRootInstance root)Set<BranchSpec>NarrowBuildTypesDecorator. getCurrentSettingsBranchSpecs(LVcsRootInstance root)Set<BranchSpec>PeriodicChangesLoaderContext. getCurrentSettingsBranchSpecs(LVcsRootInstance root)RepositoryStateCurrentStateSnapshot. getCurrentState(LVcsRootInstance root)SVcsModificationDBVcsModificationHistory. getLastModification(LVcsRootInstance vcsRoot)static RepositoryVersionBuildChangesLoaderContext. getLastRevisionInBranch(RepositoryState state, Branch branch, SBuildType buildType, LVcsRootInstance root)LVcsRootInstanceVcsChangesLoaderPreviousVcsRootInstancesCache. getLastUsedVcsRootInstance(LVcsRootInstanceHolder buildType, LVcsRootInstance currentRoot)LoadChangesIntervalVcsChangesInterval. getLoadChangesInterval(LVcsRootInstance originalRoot, LVcsRootInstance newRoot, CurrentStateSnapshot snapshot)Returns load changes interval between two roots or null if there is a problem during getting a current state of newRootSet<BranchSpec>BuildChangesLoaderContext. getPrevSettingsBranchSpecs(LVcsRootInstance root)Set<BranchSpec>NarrowBuildTypesDecorator. getPrevSettingsBranchSpecs(LVcsRootInstance root)Set<BranchSpec>PeriodicChangesLoaderContext. getPrevSettingsBranchSpecs(LVcsRootInstance root)RepositoryStateHistoryAwareRepositoryStateManagerImpl. getRepositoryState(LVcsRootInstance repository)RepositoryStateRepositoryStateManager. getRepositoryState(LVcsRootInstance repository)Returns persisted state or null if no state were persisted for given repositoryRepositoryStateRepositoryStateStorage. getRepositoryState(LVcsRootInstance repository)DateHistoryAwareRepositoryStateManagerImpl. getRepositoryStateUpdateTime(LVcsRootInstance repository)DateRepositoryStateManager. getRepositoryStateUpdateTime(LVcsRootInstance repository)Returns a timestamp when the repository state has been updated last time.DateRepositoryStateStorage. getRepositoryStateUpdateTime(LVcsRootInstance repository)Map<LoadChangesInterval,Collection<LVcsRootInstanceHolder>>VcsChangesInterval. getRootLoadChangesIntervals(LVcsRootInstance root, CurrentStateSnapshot snapshot, ChangesLoaderContext context)Returns a map (changes collecting interval-> affected build configurations) for given root, current state snapshot and context.Map<? extends LVcsRootInstanceHolder,CheckoutRules>BuildChangesLoaderContext. getSettingRootUsages(LVcsRootInstance root)Map<? extends LVcsRootInstanceHolder,CheckoutRules>NarrowBuildTypesDecorator. getSettingRootUsages(LVcsRootInstance root)Map<? extends LVcsRootInstanceHolder,CheckoutRules>PeriodicChangesLoaderContext. getSettingRootUsages(LVcsRootInstance root)StringSettingRootRules. getSettingsRule(LVcsRootInstance root)Map<SBuildType,CheckoutRules>BuildChangesLoaderContext. getUsagesForChangesCollecting(LVcsRootInstance vcsRootInstance)Map<? extends LVcsRootInstanceHolder,CheckoutRules>NarrowBuildTypesDecorator. getUsagesForChangesCollecting(LVcsRootInstance vcsRootInstance)Map<SBuildType,CheckoutRules>PeriodicChangesLoaderContext. getUsagesForChangesCollecting(LVcsRootInstance vcsRootInstance)StringBuildChangesLoaderContext. getVersionedSettingsRule(LVcsRootInstance root)StringNarrowBuildTypesDecorator. getVersionedSettingsRule(LVcsRootInstance root)StringPeriodicChangesLoaderContext. getVersionedSettingsRule(LVcsRootInstance root)booleanBuildChangesLoaderContext. hasCustomSettings(LVcsRootInstanceHolder buildType, LVcsRootInstance root, CheckoutRules rules)booleanNarrowBuildTypesDecorator. hasCustomSettings(LVcsRootInstanceHolder buildType, LVcsRootInstance root, CheckoutRules rules)booleanPeriodicChangesLoaderContext. hasCustomSettings(LVcsRootInstanceHolder buildType, LVcsRootInstance root, CheckoutRules rules)booleanCurrentStateSnapshot. hasError(LVcsRootInstance root)booleanCurrentStateSnapshot. hasProblem(LVcsRootInstance root)booleanBuildChangesLoaderContext. isImplicitSettingsVcsRoot(LVcsRootInstanceHolder buildType, LVcsRootInstance root)booleanNarrowBuildTypesDecorator. isImplicitSettingsVcsRoot(LVcsRootInstanceHolder buildType, LVcsRootInstance root)booleanPeriodicChangesLoaderContext. isImplicitSettingsVcsRoot(LVcsRootInstanceHolder buildType, LVcsRootInstance root)booleanBuildChangesLoaderContext. isSettingsVcsRoot(LVcsRootInstanceHolder buildType, LVcsRootInstance root)booleanBuildChangesLoaderContext. isSettingsVcsRoot(LVcsRootInstance root)booleanNarrowBuildTypesDecorator. isSettingsVcsRoot(LVcsRootInstanceHolder buildType, LVcsRootInstance root)booleanNarrowBuildTypesDecorator. isSettingsVcsRoot(LVcsRootInstance root)booleanPeriodicChangesLoaderContext. isSettingsVcsRoot(LVcsRootInstanceHolder buildType, LVcsRootInstance root)booleanPeriodicChangesLoaderContext. isSettingsVcsRoot(LVcsRootInstance root)voidBuildStartChangesLoaderLogger. logLockingVcsRootToCollectChanges(LVcsRootInstance root)voidBuildStartChangesLoaderLogger. logObtainingCurrentState(LVcsRootInstance root)voidBuildStartChangesLoaderLogger. logObtainingCurrentStateFinished(LVcsRootInstance root)voidBuildStartChangesLoaderLogger. logProgress(LVcsRootInstance root, String progress)voidHistoryAwareRepositoryStateManagerImpl. refreshRepositoryState(LVcsRootInstance repository)voidRepositoryStateManager. refreshRepositoryState(LVcsRootInstance repository)Refreshes the cached in-memory copy of the repository state from the database.booleanBuildChangesLoaderContext. saveSettingsBranchSpecs(LVcsRootInstance root)booleanNarrowBuildTypesDecorator. saveSettingsBranchSpecs(LVcsRootInstance root)booleanPeriodicChangesLoaderContext. saveSettingsBranchSpecs(LVcsRootInstance root)voidHistoryAwareRepositoryStateManagerImpl. setRepositoryState(LVcsRootInstance repository, RepositoryState state)voidRepositoryStateManager. setRepositoryState(LVcsRootInstance repository, RepositoryState state)Persists repository statevoidRepositoryStateStorage. setRepositoryState(LVcsRootInstance repository, RepositoryState state)booleanBuildChangesLoaderContext. shouldCollectChangesForVcsRoot(LVcsRootInstance root, RepositoryState currentState)booleanBuildChangesLoaderContext. shouldWaitForChangesCollectionFinishing(LVcsRootInstance inst)booleanNarrowBuildTypesDecorator. shouldWaitForChangesCollectionFinishing(LVcsRootInstance inst)booleanPeriodicChangesLoaderContext. shouldWaitForChangesCollectionFinishing(LVcsRootInstance inst)booleanVcsChangesLoader. tryLoadChanges(LVcsRootInstance rootInstance, ChangesLoaderContext context)Try to lock a root and collect changes in itConstructors in jetbrains.buildServer.vcs.impl with parameters of type LVcsRootInstance Constructor Description VcsRootInstancePair(LVcsRootInstance fromRoot, LVcsRootInstance toRoot)Constructor parameters in jetbrains.buildServer.vcs.impl with type arguments of type LVcsRootInstance Constructor Description CurrentStateSnapshot(Map<LVcsRootInstance,RepositoryState> currentStates, List<VcsRootVcsException> problems)
-