Uses of Interface
jetbrains.buildServer.serverSide.LVcsRootInstanceHolder
-
-
Uses of LVcsRootInstanceHolder in jetbrains
Classes in jetbrains that implement LVcsRootInstanceHolder Modifier and Type Class Description classMockBuildType -
Uses of LVcsRootInstanceHolder in jetbrains.buildServer.buildTriggers.vcs
Methods in jetbrains.buildServer.buildTriggers.vcs that return types with arguments of type LVcsRootInstanceHolder Modifier and Type Method Description Map<? extends LVcsRootInstanceHolder,BranchSpec>BranchSpecsHistory. getPrevBranchSpecs(LVcsRootInstanceEx root, Set<? extends LVcsRootInstanceHolder> buildTypes)Map<? extends LVcsRootInstanceHolder,BranchSpec>BuildTypeBranchSpecsHistoryImpl. getPrevBranchSpecs(LVcsRootInstanceEx root, Set<? extends LVcsRootInstanceHolder> buildTypes)Methods in jetbrains.buildServer.buildTriggers.vcs with parameters of type LVcsRootInstanceHolder Modifier and Type Method Description BranchSpecBuildTypeBranchSpecsHistoryImpl. getPrevBranchSpec(LVcsRootInstanceEx root, LVcsRootInstanceHolder holder)Method parameters in jetbrains.buildServer.buildTriggers.vcs with type arguments of type LVcsRootInstanceHolder 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 extensionsRepositoryStateCommonBranchSpec. 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 extensionsMap<? extends LVcsRootInstanceHolder,BranchSpec>BranchSpecsHistory. getPrevBranchSpecs(LVcsRootInstanceEx root, Set<? extends LVcsRootInstanceHolder> buildTypes)Map<? extends LVcsRootInstanceHolder,BranchSpec>BuildTypeBranchSpecsHistoryImpl. getPrevBranchSpecs(LVcsRootInstanceEx root, Set<? extends LVcsRootInstanceHolder> buildTypes) -
Uses of LVcsRootInstanceHolder in jetbrains.buildServer.serverSide
Subinterfaces of LVcsRootInstanceHolder in jetbrains.buildServer.serverSide Modifier and Type Interface Description interfaceBuildTypeExinterfaceLVcsRootInstanceHolderExCreated 26.08.13 18:12interfaceSBuildTypeThis class represents TeamCity build configuration on the server-side.Methods in jetbrains.buildServer.serverSide that return LVcsRootInstanceHolder Modifier and Type Method Description LVcsRootInstanceHolderLVcsRootInstanceHolderEx. getSourceBuildType()If current instance is an instance of RemoteBuildType - returns base configuration for remote build type, otherwise - returns this.Methods in jetbrains.buildServer.serverSide with parameters of type LVcsRootInstanceHolder Modifier and Type Method Description voidLVcsStatusLogger. connectionFailed(LVcsRootInstanceHolder buildType, VcsRoot root, Throwable problem)Notifies that connection is failed for specified VCS root and build configuration.voidLVcsStatusLogger. connectionSuccessful(LVcsRootInstanceHolder buildType, VcsRoot root)Clears last failure for specified VCS root and build configuration.voidLVcsSettingsTracker. forgetSettings(LVcsRootInstanceHolder buildType, LVcsRootInstance currentInstance)Forgets VCS settings for specified build type and vcs root.VcsConnectionStatusLVcsStatusLogger. getConnectionStatus(LVcsRootInstanceHolder buildType, VcsRoot root)Returns last connection status for specified build configuration and VCS rootMethod parameters in jetbrains.buildServer.serverSide with type arguments of type LVcsRootInstanceHolder Modifier and Type Method Description voidLVcsStatusLogger. connectionFailed(Collection<LVcsRootInstanceHolder> buildTypes, VcsRoot root, Throwable problem)Notifies that connection is failed for specified VCS root and a number of build configurations.voidLVcsSettingsTracker. 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 LVcsRootInstanceHolder in jetbrains.buildServer.serverSide.impl
Subinterfaces of LVcsRootInstanceHolder in jetbrains.buildServer.serverSide.impl Modifier and Type Interface Description interfaceRemoteBuildTypeRepresents temporary created configuration to run personal changes for the specified configuration.interfaceRemoteBuildTypeExClasses in jetbrains.buildServer.serverSide.impl that implement LVcsRootInstanceHolder Modifier and Type Class Description classBuildTypeImplclassDummyBuildTypeclassEditableBuildTypeCopyclassRemoteBuildTypeImplMethods in jetbrains.buildServer.serverSide.impl with parameters of type LVcsRootInstanceHolder Modifier and Type Method Description voidVcsStatusLoggerImpl. connectionFailed(LVcsRootInstanceHolder buildType, VcsRoot root, Throwable problem)voidVcsStatusProviderImpl. connectionFailed(LVcsRootInstanceHolder buildType, VcsRoot root, Throwable problem)voidVcsStatusLoggerImpl. connectionSuccessful(LVcsRootInstanceHolder buildType, VcsRoot root)voidVcsStatusProviderImpl. connectionSuccessful(LVcsRootInstanceHolder buildType, VcsRoot root)static StringLogUtil. describe(LVcsRootInstanceHolder bt)voidVcsSettingsTrackerImpl. forgetSettings(LVcsRootInstanceHolder buildType, LVcsRootInstance currentInstance)VcsConnectionStatusVcsStatusLoggerImpl. getConnectionStatus(LVcsRootInstanceHolder buildType, VcsRoot root)VcsConnectionStatusVcsStatusProviderImpl. getConnectionStatus(LVcsRootInstanceHolder buildType, VcsRoot root)Method parameters in jetbrains.buildServer.serverSide.impl with type arguments of type LVcsRootInstanceHolder Modifier and Type Method Description voidVcsStatusLoggerImpl. connectionFailed(Collection<LVcsRootInstanceHolder> buildTypes, VcsRoot root, Throwable problem)voidVcsStatusProviderImpl. connectionFailed(Collection<LVcsRootInstanceHolder> buildTypes, VcsRoot root, Throwable problem)voidVcsSettingsTrackerImpl. updateRevisions(LVcsRootInstance root, Map<? extends LVcsRootInstanceHolder,CheckoutRules> usages, boolean implicitSettingsRootUsages, RepositoryState fromState, RepositoryState toState, boolean force) -
Uses of LVcsRootInstanceHolder in jetbrains.buildServer.serverSide.impl.auth
Classes in jetbrains.buildServer.serverSide.impl.auth that implement LVcsRootInstanceHolder Modifier and Type Class Description classSecuredBuildType -
Uses of LVcsRootInstanceHolder in jetbrains.buildServer.vcs
Methods in jetbrains.buildServer.vcs that return types with arguments of type LVcsRootInstanceHolder Modifier and Type Method Description 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. getUsagesForChangePersisting(ModificationData modificationData)Map<? extends LVcsRootInstanceHolder,CheckoutRules>ChangesLoaderContext. getUsagesForChangesCollecting(LVcsRootInstance vcsRootInstance)Methods in jetbrains.buildServer.vcs with parameters of type LVcsRootInstanceHolder Modifier and Type Method Description List<? extends LVcsRootInstance>ChangesLoaderContext. getBuildTypeVcsRoots(LVcsRootInstanceHolder buildType)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 buildTypeMethod parameters in jetbrains.buildServer.vcs with type arguments of type LVcsRootInstanceHolder Modifier and Type Method Description voidVcsChangesLoaderCallback. branchesMayHaveChanged(Collection<LVcsRootInstanceHolder> buildTypes)Is called for build types where repository state has been changed as a result of changes collecting or a branch specification change has been detectedvoidChangesCollectionLogger. logBeforeChangesCollectionStarted(LoadChangesRequest state, Set<? extends LVcsRootInstanceHolder> buildTypes)0.voidChangesLoaderLoggerImpl. logBeforeChangesCollectionStarted(LoadChangesRequest state, Set<? extends LVcsRootInstanceHolder> buildTypes) -
Uses of LVcsRootInstanceHolder in jetbrains.buildServer.vcs.impl
Method parameters in jetbrains.buildServer.vcs.impl with type arguments of type LVcsRootInstanceHolder Modifier and Type Method Description voidBuildChangesLoaderContext. branchesMayHaveChanged(Collection<LVcsRootInstanceHolder> buildTypes)voidPeriodicChangesLoaderContext. branchesMayHaveChanged(Collection<LVcsRootInstanceHolder> buildTypes)static voidPeriodicChangesLoaderContext. handleBranchesChangedEvent(MultiNodesEvents nodesEvents, Collection<LVcsRootInstanceHolder> buildTypes, Date requestTimestamp)voidBuildStartChangesLoaderLogger. logBeforeChangesCollectionStarted(LoadChangesRequest state, Set<? extends LVcsRootInstanceHolder> buildTypes)Constructor parameters in jetbrains.buildServer.vcs.impl with type arguments of type LVcsRootInstanceHolder Constructor Description NarrowBuildTypesDecorator(ChangesLoaderContext originalContext, Collection<? extends LVcsRootInstanceHolder> buildTypes)
-