Uses of Interface
jetbrains.buildServer.serverSide.LVcsRootInstanceHolder
-
-
Uses of LVcsRootInstanceHolder in jetbrains
Classes in jetbrains that implement LVcsRootInstanceHolder Modifier and Type Class Description class
MockBuildType
-
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 BranchSpec
BuildTypeBranchSpecsHistoryImpl. getPrevBranchSpec(LVcsRootInstanceEx root, LVcsRootInstanceHolder holder)
Method parameters in jetbrains.buildServer.buildTriggers.vcs with type arguments of type LVcsRootInstanceHolder Modifier and Type Method Description RepositoryState
CommonBranchSpec. 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 extensionsRepositoryState
CommonBranchSpec. 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 interface
BuildTypeEx
interface
LVcsRootInstanceHolderEx
Created 26.08.13 18:12interface
SBuildType
This class represents TeamCity build configuration on the server-side.Methods in jetbrains.buildServer.serverSide that return LVcsRootInstanceHolder Modifier and Type Method Description LVcsRootInstanceHolder
LVcsRootInstanceHolderEx. 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 void
LVcsStatusLogger. connectionFailed(LVcsRootInstanceHolder buildType, VcsRoot root, Throwable problem)
Notifies that connection is failed for specified VCS root and build configuration.void
LVcsStatusLogger. connectionSuccessful(LVcsRootInstanceHolder buildType, VcsRoot root)
Clears last failure for specified VCS root and build configuration.void
LVcsSettingsTracker. forgetSettings(LVcsRootInstanceHolder buildType, LVcsRootInstance currentInstance)
Forgets VCS settings for specified build type and vcs root.VcsConnectionStatus
LVcsStatusLogger. 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 void
LVcsStatusLogger. connectionFailed(Collection<LVcsRootInstanceHolder> buildTypes, VcsRoot root, Throwable problem)
Notifies that connection is failed for specified VCS root and a number of build configurations.void
LVcsSettingsTracker. 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 interface
RemoteBuildType
Represents temporary created configuration to run personal changes for the specified configuration.interface
RemoteBuildTypeEx
Classes in jetbrains.buildServer.serverSide.impl that implement LVcsRootInstanceHolder Modifier and Type Class Description class
BuildTypeImpl
class
DummyBuildType
class
EditableBuildTypeCopy
class
RemoteBuildTypeImpl
Methods in jetbrains.buildServer.serverSide.impl with parameters of type LVcsRootInstanceHolder Modifier and Type Method Description void
VcsStatusLoggerImpl. connectionFailed(LVcsRootInstanceHolder buildType, VcsRoot root, Throwable problem)
void
VcsStatusProviderImpl. connectionFailed(LVcsRootInstanceHolder buildType, VcsRoot root, Throwable problem)
void
VcsStatusLoggerImpl. connectionSuccessful(LVcsRootInstanceHolder buildType, VcsRoot root)
void
VcsStatusProviderImpl. connectionSuccessful(LVcsRootInstanceHolder buildType, VcsRoot root)
static String
LogUtil. describe(LVcsRootInstanceHolder bt)
void
VcsSettingsTrackerImpl. forgetSettings(LVcsRootInstanceHolder buildType, LVcsRootInstance currentInstance)
VcsConnectionStatus
VcsStatusLoggerImpl. getConnectionStatus(LVcsRootInstanceHolder buildType, VcsRoot root)
VcsConnectionStatus
VcsStatusProviderImpl. getConnectionStatus(LVcsRootInstanceHolder buildType, VcsRoot root)
Method parameters in jetbrains.buildServer.serverSide.impl with type arguments of type LVcsRootInstanceHolder Modifier and Type Method Description void
VcsStatusLoggerImpl. connectionFailed(Collection<LVcsRootInstanceHolder> buildTypes, VcsRoot root, Throwable problem)
void
VcsStatusProviderImpl. connectionFailed(Collection<LVcsRootInstanceHolder> buildTypes, VcsRoot root, Throwable problem)
void
VcsSettingsTrackerImpl. 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 class
SecuredBuildType
-
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)
boolean
ChangesLoaderContext. 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 buildTypeboolean
ChangesLoaderContext. isImplicitSettingsVcsRoot(LVcsRootInstanceHolder buildType, LVcsRootInstance root)
boolean
ChangesLoaderContext. 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 void
VcsChangesLoaderCallback. 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 detectedvoid
ChangesCollectionLogger. logBeforeChangesCollectionStarted(LoadChangesRequest state, Set<? extends LVcsRootInstanceHolder> buildTypes)
0.void
ChangesLoaderLoggerImpl. 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 void
BuildChangesLoaderContext. branchesMayHaveChanged(Collection<LVcsRootInstanceHolder> buildTypes)
void
PeriodicChangesLoaderContext. branchesMayHaveChanged(Collection<LVcsRootInstanceHolder> buildTypes)
static void
PeriodicChangesLoaderContext. handleBranchesChangedEvent(MultiNodesEvents nodesEvents, Collection<LVcsRootInstanceHolder> buildTypes, Date requestTimestamp)
void
BuildStartChangesLoaderLogger. 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)
-