Uses of Interface
jetbrains.buildServer.vcs.VcsRoot
-
-
Uses of VcsRoot in jetbrains
Methods in jetbrains that return types with arguments of type VcsRoot Modifier and Type Method Description List<VcsRoot>
MockBuildType. getLabelingRoots()
Methods in jetbrains with parameters of type VcsRoot Modifier and Type Method Description static List<String>
BuildServerCreator. collectChangesBlockMessages(VcsRoot root)
CheckoutRules
MockBuildType. getCheckoutRules(VcsRoot root)
boolean
MockBuildType. setCheckoutRules(VcsRoot root, CheckoutRules checkoutRules)
-
Uses of VcsRoot in jetbrains.buildServer
Methods in jetbrains.buildServer that return types with arguments of type VcsRoot Modifier and Type Method Description List<? extends VcsRoot>
BuildProject. getOwnVcsRoots()
Returns all VCS roots used by build configurations or templates in this certain project.List<? extends VcsRoot>
BuildProject. getVcsRoots()
Returns all VCS roots used by build configurations or templates in this project and all its subprojects (not only direct).List<? extends VcsRoot>
BuildType. getVcsRoots()
Returns all roots currently attached to this configurationMethods in jetbrains.buildServer with parameters of type VcsRoot Modifier and Type Method Description ModificationData
VcsTestEnvironment. createModificationData(User user, String descr, VcsRoot vcsRoot)
ModificationData
VcsTestEnvironment. createModificationData(User user, String descr, VcsRoot vcsRoot, Date date)
-
Uses of VcsRoot in jetbrains.buildServer.agent
Methods in jetbrains.buildServer.agent with parameters of type VcsRoot Modifier and Type Method Description String
AgentBuildSettings. getBuildCurrentVersion(VcsRoot vcsRoot)
Returns current version of the specified VCS rootString
AgentBuildSettings. getBuildPreviousVersion(VcsRoot vcsRoot)
Deprecated.see jetbrains.buildServer.agent.impl.vcs.AgentWorkDirRevisionManager#getCurrentState(jetbrains.buildServer.agent.AgentRunningBuild) -
Uses of VcsRoot in jetbrains.buildServer.agent.impl
Methods in jetbrains.buildServer.agent.impl with parameters of type VcsRoot Modifier and Type Method Description String
AgentBuildSettingsImpl. getBuildCurrentVersion(VcsRoot vcsRoot)
String
AgentBuildSettingsProxy. getBuildCurrentVersion(VcsRoot vcsRoot)
String
AgentBuildSettingsImpl. getBuildPreviousVersion(VcsRoot vcsRoot)
String
AgentBuildSettingsProxy. getBuildPreviousVersion(VcsRoot vcsRoot)
-
Uses of VcsRoot in jetbrains.buildServer.agent.impl.vcs
Methods in jetbrains.buildServer.agent.impl.vcs with parameters of type VcsRoot Modifier and Type Method Description AgentCheckoutAbility
CheckoutSupport. canCheckout(VcsRoot vcsRoot, CheckoutRules checkoutRules, AgentRunningBuild build)
-
Uses of VcsRoot in jetbrains.buildServer.agent.vcs
Methods in jetbrains.buildServer.agent.vcs with parameters of type VcsRoot Modifier and Type Method Description AgentCheckoutAbility
AgentVcsSupport. canCheckout(VcsRoot vcsRoot, CheckoutRules checkoutRules, AgentRunningBuild build)
AgentVcsSupportBuilder
AgentVcsSupportBuilder. canCheckout(VcsRoot root)
AgentCheckoutAbility
AgentVcsSupportCore. canCheckout(VcsRoot vcsRoot, CheckoutRules checkoutRules, AgentRunningBuild build)
Check whether this Vcs Support can checkout sources from the specified vcs root.IncludeRuleUpdater
UpdateByIncludeRules. getUpdater(VcsRoot root, CheckoutRules checkoutRules, String toVersion, File checkoutDirectory, BuildProgressLogger logger)
Deprecated.Factory method that is used to create checkout-by-include rule implementation that will be called for each include rule from CheckoutRules.IncludeRuleUpdater
UpdateByIncludeRules2. getUpdater(VcsRoot root, CheckoutRules checkoutRules, String toVersion, File checkoutDirectory, AgentRunningBuild build, boolean cleanCheckoutRequested)
Factory method that is used to create checkout-by-include rule implementation that will be called for each include rule from CheckoutRules.void
CheckoutOnAgentVcsSupport. updateSources(BuildProgressLogger logger, File workingDirectory, VcsRoot root, String newVersion, IncludeRule includeRule)
Deprecated.Called to update sources in the specified working directory.void
UpdateByCheckoutRules. updateSources(VcsRoot root, CheckoutRules rules, String toVersion, File destFolder, BuildProgressLogger logger)
Deprecated.Called to update sources in the specified working directory.void
UpdateByCheckoutRules2. updateSources(VcsRoot root, CheckoutRules rules, String toVersion, File destFolder, AgentRunningBuild build, boolean cleanCheckoutRequested)
Called to update sources in the specified working directory.AgentVcsSupportBuilder
AgentVcsSupportBuilder. withNoVcsClientFor(VcsRoot root)
-
Uses of VcsRoot in jetbrains.buildServer.agentServer
Methods in jetbrains.buildServer.agentServer with parameters of type VcsRoot Modifier and Type Method Description String
AgentBuild. getCurrentRevision(VcsRoot vcsRoot)
String
AgentBuild. getPreviousRevision(VcsRoot vcsRoot)
Deprecated.use agent revision information from jetbrains.buildServer.agent.impl.vcs.AgentWorkDirRevisionManager instead -
Uses of VcsRoot in jetbrains.buildServer.buildTriggers.vcs
Fields in jetbrains.buildServer.buildTriggers.vcs declared as VcsRoot Modifier and Type Field Description protected VcsRoot
AbstractVcsGetContentTestHelper. myRoot
Methods in jetbrains.buildServer.buildTriggers.vcs that return VcsRoot Modifier and Type Method Description VcsRoot
ModificationDataBuilder. getRoot()
Methods in jetbrains.buildServer.buildTriggers.vcs with parameters of type VcsRoot Modifier and Type Method Description protected abstract List<ModificationData>
AbstractVcsGetContentTestHelper. getModificationDatas(String versBefore, String versAfter, VcsRoot root, CheckoutRules rules)
protected List<ModificationData>
VcsGetContentTestHelper. getModificationDatas(String versBefore, String versAfter, VcsRoot root, CheckoutRules rules)
ModificationDataBuilder
ModificationDataBuilder. in(VcsRoot root)
ModificationDataTransformer
ModificationDataTransformer. setVcsRoot(VcsRoot newRoot)
Constructors in jetbrains.buildServer.buildTriggers.vcs with parameters of type VcsRoot Constructor Description AbstractVcsGetContentTestHelper(String testDataDirectoryName, VcsRoot root, VcsFileContentProvider support)
VcsGetContentTestHelper(String testDataDirectoryName, VcsRoot root, VcsFileContentProvider support, CollectChangesByCheckoutRules changesLoader)
VcsGetContentTestHelper(String testDataDirectoryName, VcsRoot root, VcsFileContentProvider support, CollectSingleStateChangesBetweenRoots changesLoader)
VcsGetContentTestHelper(String testDataDirectoryName, VcsRoot root, VcsFileContentProvider support, CollectSingleStateChangesByCheckoutRules changesLoader)
-
Uses of VcsRoot in jetbrains.buildServer.controllers
Methods in jetbrains.buildServer.controllers that return types with arguments of type VcsRoot Modifier and Type Method Description List<VcsRoot>
RevisionsBean. getAvailableRootsToLabel()
Map<VcsRoot,Collection<Pair<SBuildType,BuildRevisionEx>>>
RunBuildRevisionsInfo. getRevisions()
-
Uses of VcsRoot in jetbrains.buildServer.controllers.admin.projects
Methods in jetbrains.buildServer.controllers.admin.projects that return types with arguments of type VcsRoot Modifier and Type Method Description Map<VcsRoot,VcsRootInstanceEx>
BuildTypeVcsSettingsBean. getInstances()
List<VcsRoot>
VcsSettingsBean. getVcsRootsCollection()
Map<VcsRoot,Integer>
BuildTypeVcsSettingsBean. getVcsRootsProblemsCount()
-
Uses of VcsRoot in jetbrains.buildServer.controllers.login
Methods in jetbrains.buildServer.controllers.login with parameters of type VcsRoot Modifier and Type Method Description void
InMemoryUser. setVcsRootUsernames(VcsRoot root, List<String> userNames)
-
Uses of VcsRoot in jetbrains.buildServer.controllers.profile
Methods in jetbrains.buildServer.controllers.profile that return VcsRoot Modifier and Type Method Description VcsRoot
VcsUsername. getVcsRoot()
-
Uses of VcsRoot in jetbrains.buildServer.notification
Methods in jetbrains.buildServer.notification with parameters of type VcsRoot Modifier and Type Method Description Map<String,Object>
TemplateMessageBuilder. getLabelingFailedMap(SBuild build, VcsRoot vcsRoot, Throwable exception, Set<SUser> users)
void
NotificationEventAccumulator. labelingFailed(SBuild build, VcsRoot root, Throwable exception)
void
NotificationEventAdapter. labelingFailed(SBuild build, VcsRoot root, Throwable exception)
void
NotificationEventListener. labelingFailed(SBuild build, VcsRoot root, Throwable exception)
Labeling process failed for the specified build and root with the specified problem.void
NotificationProcessor. labelingFailed(SBuild build, VcsRoot root, Throwable exception)
void
MockNotificator. notifyLabelingFailed(Build build, VcsRoot root, Throwable exception, Set<SUser> users)
void
Notificator. notifyLabelingFailed(Build build, VcsRoot root, Throwable exception, Set<SUser> users)
Called when labeling failed for the build.void
NotificatorAdapter. notifyLabelingFailed(Build build, VcsRoot root, Throwable exception, Set<SUser> users)
-
Uses of VcsRoot in jetbrains.buildServer.notification.impl
Methods in jetbrains.buildServer.notification.impl with parameters of type VcsRoot Modifier and Type Method Description void
UserRulesAwareNotificationListener. labelingFailed(SBuild build, VcsRoot root, Throwable exception)
-
Uses of VcsRoot in jetbrains.buildServer.pipeline
Methods in jetbrains.buildServer.pipeline that return VcsRoot Modifier and Type Method Description VcsRoot
Pipeline. getVcsRoot()
The main VcsRoot, which is created on Pipeline creation.Methods in jetbrains.buildServer.pipeline that return types with arguments of type VcsRoot Modifier and Type Method Description List<VcsRoot>
Pipeline. getAdditionalVcsRoots()
Additional VcsRoots, added after Pipeline creation.Methods in jetbrains.buildServer.pipeline with parameters of type VcsRoot Modifier and Type Method Description void
Pipeline. setVcsRoot(VcsRoot vcsRoot)
Method parameters in jetbrains.buildServer.pipeline with type arguments of type VcsRoot Modifier and Type Method Description Pipeline
PipelineFixture. createPipeline(String yaml, List<VcsRoot> additionalVcsRoots)
void
Pipeline. setAdditionalVcsRoots(List<VcsRoot> vcsRoots)
Pipeline
PipelineFixture. updatePipeline(String pipelineId, String yaml, String previousVersion, List<VcsRoot> additionalVcsRoots)
-
Uses of VcsRoot in jetbrains.buildServer.pipeline.impl
Methods in jetbrains.buildServer.pipeline.impl that return VcsRoot Modifier and Type Method Description VcsRoot
PipelineImpl. getVcsRoot()
Methods in jetbrains.buildServer.pipeline.impl that return types with arguments of type VcsRoot Modifier and Type Method Description List<VcsRoot>
PipelineImpl. getAdditionalVcsRoots()
Methods in jetbrains.buildServer.pipeline.impl with parameters of type VcsRoot Modifier and Type Method Description void
PipelineImpl. setVcsRoot(VcsRoot vcsRoot)
Method parameters in jetbrains.buildServer.pipeline.impl with type arguments of type VcsRoot Modifier and Type Method Description void
PipelineImpl. setAdditionalVcsRoots(List<VcsRoot> additionalVcsRoots)
Constructors in jetbrains.buildServer.pipeline.impl with parameters of type VcsRoot Constructor Description PipelineImpl(String id, String yaml, String yamlVersion, VcsRoot vcsRoot, List<PipelineTrigger> triggers, List<PipelineIntegrationData> integrations, SProject project, SBuildType head, List<VcsRoot> additionalVcsRoots, PipelineVersionedSettings versionedSettings)
-
Uses of VcsRoot in jetbrains.buildServer.pullRequests
Methods in jetbrains.buildServer.pullRequests with parameters of type VcsRoot Modifier and Type Method Description PullRequestProvider
PullRequestProviderService. createPullRequestProvider(VcsRoot vcsRoot, BuildTypeSettings buildTypeSettings, PullRequestRetrievalProblems problems, Map<String,String> customParameters)
Creates pull request provider if it matches the VCS root and the build typeList<PullRequest>
PullRequestManager. getCachedPullRequests(VcsRoot vcsRoot, SBuildType buildType, String branchRef)
default ProviderSettings
SettingsSupplier. getSettings(SProject project, VcsRoot vcsRoot, SBuildFeatureDescriptor buildFeatureDescriptor, Map<String,String> params, ValueResolver resolver, OAuthTokensStorage tokensStorage, boolean isCustomSettings)
boolean
PullRequest. isFromVcsRoot(VcsRoot vcsRoot)
Allows checking if a pull request belongs to a given VCS rootFuture<List<PullRequest>>
PullRequestManager. schedulePullRequestsRetrieval(VcsRoot root, BuildTypeSettings buildTypeSettings, Collection<PullRequest> oldPullRequests)
Schedules extraction of information about individual pull requests from a remote system (e.g.Future<Boolean>
PullRequestManager. schedulePullRequestsRetrieval(VcsRoot root, BuildTypeSettings buildTypeSettings, Map<String,String> customParameters)
Schedules batch retrieval of the pull request information.void
PullRequestManager. testConnection(VcsRoot root, BuildTypeSettings buildTypeSettings, Map<String,String> parameters)
-
Uses of VcsRoot in jetbrains.buildServer.serverSide
Methods in jetbrains.buildServer.serverSide that return types with arguments of type VcsRoot Modifier and Type Method Description Map<BuildType,Collection<VcsRoot>>
VcsStatusProvider. getFailuresPerBuildType()
Methods in jetbrains.buildServer.serverSide with parameters of type VcsRoot Modifier and Type Method Description void
BuildServerAdapter. changeAdded(VcsModification modification, VcsRoot root, Collection<SBuildType> buildTypes)
void
BuildServerListener. changeAdded(VcsModification modification, VcsRoot root, Collection<SBuildType> buildTypes)
Called when a new modification (user commit) was detected.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
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
LVcsStatusLogger. currentStateFailedForVcsRoot(VcsRoot vcsRoot, Throwable throwable)
Should be called if attempt to get current state for the specified VCS root failed.void
LVcsStatusLogger. currentStateSuccessfulForVcsRoot(VcsRoot vcsRoot)
Should be called if attempt to get current state for the specified VCS root was successful.CheckoutRules
BuildTypeSettings. getCheckoutRules(VcsRoot root)
Returns checkout rules configured for the specified VCS root.CheckoutRules
ResolvedSettings. getCheckoutRules(VcsRoot root)
Returns checkout rules configured for the specified VCS root.VcsConnectionStatus
LVcsStatusLogger. getConnectionStatus(LVcsRootInstanceHolder buildType, VcsRoot root)
Returns last connection status for specified build configuration and VCS rootboolean
LVcsStatusLogger. isVcsRootHasGoodStatus(VcsRoot root)
Check if VCS root has good status in every configuration it attached toboolean
LVcsStatusLogger. isVcsRootHasGoodStatus(VcsRoot root, Set<String> buildTypeIntIds)
Checks if the given VCS root has a good status in the build configurations with the internal id from the specified set.void
BuildServerAdapter. labelingFailed(SBuild build, VcsRoot root, Throwable exception)
void
BuildServerListener. labelingFailed(SBuild build, VcsRoot root, Throwable exception)
Labeling process failed for the specified build and root with the specified problem.boolean
BuildTypeSettings. setCheckoutRules(VcsRoot root, CheckoutRules checkoutRules)
Sets checkout rules for specified VCS root. -
Uses of VcsRoot in jetbrains.buildServer.serverSide.changeViewers
Methods in jetbrains.buildServer.serverSide.changeViewers with parameters of type VcsRoot Modifier and Type Method Description Map<String,String>
ExternalChangeViewerExtension. getAvailableProperties(VcsRoot vcsRoot)
For a given VCS root returns map of available properties where key is one ofPropertyType
and value is corresponding property value. -
Uses of VcsRoot in jetbrains.buildServer.serverSide.impl
Methods in jetbrains.buildServer.serverSide.impl that return types with arguments of type VcsRoot Modifier and Type Method Description Map<BuildType,Collection<VcsRoot>>
VcsStatusLoggerImpl. getFailuresPerBuildType()
Map<BuildType,Collection<VcsRoot>>
VcsStatusProviderImpl. getFailuresPerBuildType()
List<VcsRoot>
BuildTypeImpl. getLabelingRoots()
List<VcsRoot>
BuildTypeSettingsImpl. getLabelingRoots()
List<VcsRoot>
BuildTypeTemplateImpl. getLabelingRoots()
List<VcsRoot>
DummyBuildType. getLabelingRoots()
List<VcsRoot>
EditableBuildTypeCopy. getLabelingRoots()
List<VcsRoot>
EditableTemplateCopy. getLabelingRoots()
List<VcsRoot>
InaccessibleTemplate. getLabelingRoots()
List<VcsRoot>
RemoteBuildTypeImpl. getLabelingRoots()
Methods in jetbrains.buildServer.serverSide.impl with parameters of type VcsRoot Modifier and Type Method Description void
MockVcsSupport. addChange(VcsRoot root, ModificationDataBuilder modification)
void
MockVcsSupport. addChange(VcsRoot vcsRoot, MockVcsModification modification)
void
MockVcsSupport. addChange(VcsRoot root, ModificationData modification)
void
MockCollectRepositoryChangesPolicy. addChanges(VcsRoot repository, ModificationDataBuilder... changes)
void
MockVcsSupport. buildPatch(VcsRoot root, String fromVersion, String toVersion, PatchBuilder builder, CheckoutRules checkoutRules)
void
BuildTypesEventListener. changeAdded(VcsModification modification, VcsRoot root, Collection<SBuildType> buildTypes)
void
CheckingForChangesScheduler. changeAdded(VcsModification modification, VcsRoot root, Collection<SBuildType> buildTypes)
List<ModificationData>
MockCollectRepositoryChangesPolicy. collectChanges(VcsRoot repository, RepositoryStateData fromState, RepositoryStateData toState, CheckoutRules checkoutRules)
List<ModificationData>
MockCollectRepositoryChangesPolicy. collectChanges(VcsRoot fromRepository, RepositoryStateData fromState, VcsRoot toRepository, RepositoryStateData toState, CheckoutRules checkoutRules)
List<ModificationData>
MockVcsSupport. collectChanges(VcsRoot root, String fromVersion, String currentVersion, CheckoutRules checkoutRules)
void
VcsStatusLoggerImpl. connectionFailed(Collection<LVcsRootInstanceHolder> buildTypes, VcsRoot root, Throwable problem)
void
VcsStatusLoggerImpl. connectionFailed(LVcsRootInstanceHolder buildType, VcsRoot root, Throwable problem)
void
VcsStatusProviderImpl. connectionFailed(Collection<LVcsRootInstanceHolder> buildTypes, 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)
void
VcsStatusLoggerImpl. currentStateFailedForVcsRoot(VcsRoot vcsRoot, Throwable throwable)
void
VcsStatusProviderImpl. currentStateFailedForVcsRoot(VcsRoot vcsRoot, Throwable throwable)
void
VcsStatusLoggerImpl. currentStateSuccessfulForVcsRoot(VcsRoot vcsRoot)
void
VcsStatusProviderImpl. currentStateSuccessfulForVcsRoot(VcsRoot vcsRoot)
String
MockVcsSupport. describeVcsRoot(VcsRoot vcsRoot)
CheckoutRules
BuildTypeImpl. getCheckoutRules(VcsRoot root)
CheckoutRules
BuildTypeSettingsImpl. getCheckoutRules(VcsRoot root)
CheckoutRules
BuildTypeTemplateImpl. getCheckoutRules(VcsRoot root)
CheckoutRules
DummyBuildType. getCheckoutRules(VcsRoot root)
CheckoutRules
EditableBuildTypeCopy. getCheckoutRules(VcsRoot root)
CheckoutRules
EditableTemplateCopy. getCheckoutRules(VcsRoot root)
CheckoutRules
InaccessibleTemplate. getCheckoutRules(VcsRoot root)
CheckoutRules
RemoteBuildTypeImpl. getCheckoutRules(VcsRoot root)
VcsConnectionStatus
VcsStatusLoggerImpl. getConnectionStatus(LVcsRootInstanceHolder buildType, VcsRoot root)
VcsConnectionStatus
VcsStatusProviderImpl. getConnectionStatus(LVcsRootInstanceHolder buildType, VcsRoot root)
byte[]
MockVcsSupport. getContent(String filePath, VcsRoot versionedRoot, String version)
byte[]
MockVcsSupport. getContent(VcsModification parentModification, VcsChangeInfo change, VcsChangeInfo.ContentType contentType, VcsRoot vcsRoot)
RepositoryStateData
MockCollectRepositoryChangesPolicy. getCurrentState(VcsRoot repository)
String
MockBuildAgent. getCurrentVersion(VcsRoot vcsRoot)
String
MockVcsSupport. getCurrentVersion(VcsRoot root)
String
MockVcsSupport. getDefaultBranchName(VcsRoot vcsRoot)
RepositoryStateData
MockCollectRepositoryChangesPolicy. getLastFromState(VcsRoot repository)
RepositoryStateData
MockCollectRepositoryChangesPolicy. getLastToState(VcsRoot repository)
protected long
MockVcsSupport. getRootId(VcsRoot root)
String
MockVcsSupport. getVcsRootIdentity(VcsRoot vcsRoot)
String
MockVcsSupport. getVersionDisplayName(String version, VcsRoot root)
boolean
VcsStatusLoggerImpl. isVcsRootHasGoodStatus(VcsRoot root)
boolean
VcsStatusLoggerImpl. isVcsRootHasGoodStatus(VcsRoot root, Set<String> buildTypeIntIds)
boolean
VcsStatusProviderImpl. isVcsRootHasGoodStatus(VcsRoot root)
boolean
VcsStatusProviderImpl. isVcsRootHasGoodStatus(VcsRoot root, Set<String> buildTypeIntIds)
void
MockCollectRepositoryChangesPolicy. removeCurrentStateError(VcsRoot root)
void
MockCollectRepositoryChangesPolicy. removeError(VcsRoot root)
void
MockVcsSupport. resetChanges(VcsRoot root)
void
MockCollectRepositoryChangesPolicy. setChanges(VcsRoot repository, List<ModificationData> changes)
void
MockCollectRepositoryChangesPolicy. setChanges(VcsRoot repository, ModificationDataBuilder... changes)
void
MockCollectRepositoryChangesPolicy. setChanges(VcsRoot fromRepository, VcsRoot toRepository, ModificationDataBuilder... changes)
boolean
BuildTypeImpl. setCheckoutRules(VcsRoot root, CheckoutRules rules)
boolean
BuildTypeSettingsImpl. setCheckoutRules(VcsRoot root, CheckoutRules rules)
boolean
BuildTypeTemplateImpl. setCheckoutRules(VcsRoot root, CheckoutRules rules)
boolean
DummyBuildType. setCheckoutRules(VcsRoot root, CheckoutRules checkoutRules)
boolean
EditableBuildTypeCopy. setCheckoutRules(VcsRoot root, CheckoutRules checkoutRules)
boolean
EditableTemplateCopy. setCheckoutRules(VcsRoot root, CheckoutRules checkoutRules)
boolean
InaccessibleTemplate. setCheckoutRules(VcsRoot root, CheckoutRules checkoutRules)
boolean
RemoteBuildTypeImpl. setCheckoutRules(VcsRoot root, CheckoutRules checkoutRules)
void
MockVcsSupport. setContent(VcsRoot root, String revision, String path, Object content)
Sets result of next getContent call.void
MockCollectRepositoryChangesPolicy. setCurrentState(VcsRoot repository, RepositoryStateData state)
void
MockCollectRepositoryChangesPolicy. setCurrentStateError(VcsRoot root, VcsException error)
void
MockCollectRepositoryChangesPolicy. setError(VcsRoot root, VcsException error)
boolean
MockVcsSupport. sourcesUpdatePossibleIfChangesNotFound(VcsRoot root)
String
MockVcsSupport. testConnection(VcsRoot vcsRoot)
Method parameters in jetbrains.buildServer.serverSide.impl with type arguments of type VcsRoot Modifier and Type Method Description static boolean
BuildTypeImpl. isBranchSpecDefined(Collection<? extends VcsRoot> vcsRoots, ValueResolver valueResolver)
-
Uses of VcsRoot in jetbrains.buildServer.serverSide.impl.auth
Classes in jetbrains.buildServer.serverSide.impl.auth that implement VcsRoot Modifier and Type Class Description class
SecuredVcsRoot
Methods in jetbrains.buildServer.serverSide.impl.auth with parameters of type VcsRoot Modifier and Type Method Description List<SBuildType>
SecuredVcsManager. getAllConfigurationUsages(VcsRoot root)
List<SProject>
SecuredVcsManager. getAllProjectUsages(VcsRoot root)
List<BuildTypeTemplate>
SecuredVcsManager. getAllTemplateUsages(VcsRoot root)
int
SecuredVcsManager. getNumberOfUsagesInConfigurations(VcsRoot root)
int
SecuredVcsManager. getNumberOfUsagesInProjects(VcsRoot root)
Set<SProject>
SecuredVersionedSettingsManager. getProjectsByOwnSettingsRoot(VcsRoot root)
Set<SProject>
SecuredVersionedSettingsManager. getProjectsBySettingsRoot(VcsRoot root)
Collection<SUser>
SecuredVcsManager. getUsers(VcsRoot root, String username)
void
SecuredVcsManager. setVcsRootUsername(SUser user, VcsRoot root, String userName)
-
Uses of VcsRoot in jetbrains.buildServer.serverSide.impl.configsRepo
Methods in jetbrains.buildServer.serverSide.impl.configsRepo that return VcsRoot Modifier and Type Method Description VcsRoot
CentralConfigsRepository. getVcsRoot()
Methods in jetbrains.buildServer.serverSide.impl.configsRepo that return types with arguments of type VcsRoot Modifier and Type Method Description static Pair<VcsSupportContext,VcsRoot>
CentralConfigsRepositoryUtils. findContextWithRoot(VcsUrl vcsUrl, VcsRegistryEx vcsContextLocator)
-
Uses of VcsRoot in jetbrains.buildServer.serverSide.impl.tracker
Methods in jetbrains.buildServer.serverSide.impl.tracker with parameters of type VcsRoot Modifier and Type Method Description void
EventTrackerImpl. changeAdded(VcsModification modification, VcsRoot root, Collection<SBuildType> buildTypes)
-
Uses of VcsRoot in jetbrains.buildServer.serverSide.impl.versionedSettings
Methods in jetbrains.buildServer.serverSide.impl.versionedSettings with parameters of type VcsRoot Modifier and Type Method Description Set<SProject>
VersionedSettingsManagerImpl. getProjectsByOwnSettingsRoot(VcsRoot root)
Set<SProject>
VersionedSettingsManagerImpl. getProjectsBySettingsRoot(VcsRoot root)
Set<SProject>
VersionedSettingsRootUsagesContributor. getProjectUsages(VcsRoot root)
void
ApplySettingsChangesListener. repositoryStateChanged(VcsRoot root, RepositoryState oldState, RepositoryState newState)
-
Uses of VcsRoot in jetbrains.buildServer.serverSide.vcs
Methods in jetbrains.buildServer.serverSide.vcs that return VcsRoot Modifier and Type Method Description VcsRoot
CheckedOutDir. getRoot()
Sources location description.Methods in jetbrains.buildServer.serverSide.vcs that return types with arguments of type VcsRoot Modifier and Type Method Description List<VcsRoot>
VcsLabelingSettings. getLabelingRoots()
Deprecated.since 8.1 always returns empty collectionConstructors in jetbrains.buildServer.serverSide.vcs with parameters of type VcsRoot Constructor Description CheckedOutDir(VcsRoot root, IncludeRule rule)
Creates new object -
Uses of VcsRoot in jetbrains.buildServer.serverSide.versionedSettings
Methods in jetbrains.buildServer.serverSide.versionedSettings with parameters of type VcsRoot Modifier and Type Method Description Set<SProject>
VersionedSettingsManager. getProjectsByOwnSettingsRoot(VcsRoot root)
Returns all projects which explicitly use the given VCS root for storing settings ignoring the settings inherited from parent projectSet<SProject>
VersionedSettingsManager. getProjectsBySettingsRoot(VcsRoot root)
Returns all projects which use the given VCS root for storing settings -
Uses of VcsRoot in jetbrains.buildServer.ssh
Methods in jetbrains.buildServer.ssh with parameters of type VcsRoot Modifier and Type Method Description TeamCitySshKey
VcsRootSshKeyManager. getKey(VcsRoot root)
-
Uses of VcsRoot in jetbrains.buildServer.users
Constructors in jetbrains.buildServer.users with parameters of type VcsRoot Constructor Description VcsUsernamePropertyKey(VcsRoot vcsRoot)
Constructor -
Uses of VcsRoot in jetbrains.buildServer.users.impl
Methods in jetbrains.buildServer.users.impl with parameters of type VcsRoot Modifier and Type Method Description void
RestrictedUserImpl. setVcsRootUsernames(VcsRoot root, List<String> userNames)
void
SecuredUser. setVcsRootUsernames(VcsRoot root, List<String> userNames)
void
UserEx. setVcsRootUsernames(VcsRoot root, List<String> userNames)
void
UserImpl. setVcsRootUsernames(VcsRoot root, List<String> userNames)
-
Uses of VcsRoot in jetbrains.buildServer.vcs
Classes in jetbrains.buildServer.vcs with type parameters of type VcsRoot Modifier and Type Class Description class
TModificationData<TRoot extends VcsRoot>
Bean object to represent modification happened to the version control as reported by version control integration plugin.Subinterfaces of VcsRoot in jetbrains.buildServer.vcs Modifier and Type Interface Description interface
LVcsRoot
Light version of SVcsRootinterface
LVcsRootInstance
Light interface for VcsRootInstanceinterface
LVcsRootInstanceEx
Created 25.08.13 13:18interface
SVcsRoot
Server side class for the vcs root.interface
SVcsRootEx
interface
VcsRootInstance
Represents instance of VCS root settings (i.e.interface
VcsRootInstanceEx
Represents instance of VCS root which can be used for changes collecting.Classes in jetbrains.buildServer.vcs that implement VcsRoot Modifier and Type Class Description class
MockSVcsRoot
Deprecated.since 8.0, use VcsRootImpl if you need to construct VCS root in testsMethods in jetbrains.buildServer.vcs with type parameters of type VcsRoot Modifier and Type Method Description static <TRoot extends VcsRoot>
TModificationData<TRoot>TModificationData. substituteFiles(TModificationData<TRoot> originalData, List<VcsChange> changedFiles)
Creates a copy of modification data with changed files substituted.Methods in jetbrains.buildServer.vcs that return VcsRoot Modifier and Type Method Description static VcsRoot
VcsUtil. convertStringToVcsRoot(long id, String serialized)
Deserialized VCS root from Stringstatic VcsRoot
VcsUtil. convertStringToVcsRoot(long id, String serialized, Function<String,String> decode)
Deserialized VCS root from StringVcsRoot
RootMerger. getCommonParent(VcsRoot root1, VcsRoot root2)
Deprecated.VcsRoot
VcsRootVcsException. getRoot()
Returns vcs root caused the problem.VcsRoot
ChangesLoaderContext.OperationRejectedReason. getVcsRoot()
VcsRoot
UnknownVcsException. getVcsRoot()
Methods in jetbrains.buildServer.vcs with parameters of type VcsRoot Modifier and Type Method Description static boolean
VcsUtil. areEquivalentRoots(VcsRoot root1, VcsRoot root2)
Checks whether the specified VCS roots are equivalent.void
RepositoryStateListener. beforeRepositoryStateUpdate(VcsRoot root, RepositoryState oldState, RepositoryState newState)
Event sent before repository state is updated.void
RepositoryStateListenerAdapter. beforeRepositoryStateUpdate(VcsRoot root, RepositoryState oldState, RepositoryState newState)
void
BuildPatchByCheckoutRules. buildPatch(VcsRoot root, String fromVersion, String toVersion, PatchBuilder builder, CheckoutRules checkoutRules)
Called to retrieve detailed info on modification between two given revisions.void
BuildPatchByIncludeRule. buildPatch(VcsRoot root, String fromVersion, String toVersion, PatchBuilder builder, IncludeRule includeRule)
Deprecated.Builds patch for the specified project subdirectory.static void
VcsSupportUtil. buildPatch(VcsRoot root, String fromVersion, String toVersion, PatchBuilder builder, CheckoutRules checkoutRules, BuildPatchByIncludeRule patcher)
Deprecated.implement jetbrains.buildServer.vcs.BuildPatchByIncludeRules insteadvoid
BulkPatchService. buildPatches(VcsRoot root, CheckoutRules rules, List<BulkPatchService.BulkPatchBuilderRequest> requests, BulkPatchService.BulkPatchBuilder builder)
Creates a series of incremental patches from a given from revision to all toRevisions.List<ModificationData>
CurrentVersionIsExpensiveVcsSupport. collectBuildChanges(VcsRoot root, String fromVersion, CheckoutRules checkoutRules)
Deprecated.Returns list of the changes from the given one to current moment.abstract List<ModificationData>
VcsSupport. collectBuildChanges(VcsRoot root, String fromVersion, String currentVersion, CheckoutRules checkoutRules)
Deprecated.List<ModificationData>
CollectChangesBetweenRepositories. collectChanges(VcsRoot fromRepository, RepositoryStateData fromState, VcsRoot toRepository, RepositoryStateData toState, CheckoutRules checkoutRules)
Collect changes between repositories.List<ModificationData>
CollectChangesBetweenRoots. collectChanges(VcsRoot fromRoot, String fromVersion, VcsRoot toRoot, String toVersion, CheckoutRules checkoutRules)
Deprecated.Collect changes between roots.List<ModificationData>
CollectChangesByCheckoutRules. collectChanges(VcsRoot root, String fromVersion, String currentVersion, CheckoutRules checkoutRules)
Deprecated.Returns list of the changes between two revisions given.List<ModificationData>
CollectRepositoryChangesByCheckoutRules. collectChanges(VcsRoot repository, RepositoryStateData fromState, RepositoryStateData toState, CheckoutRules checkoutRules)
Returns changes in repository detected between specified repository states.List<ModificationData>
CollectSingleStateChangesBetweenRoots. collectChanges(VcsRoot fromRoot, String fromVersion, VcsRoot toRoot, String toVersion, CheckoutRules checkoutRules)
Collect changes between roots.List<ModificationData>
CollectSingleStateChangesByCheckoutRules. collectChanges(VcsRoot root, String fromVersion, String currentVersion, CheckoutRules checkoutRules)
Deprecated.Returns list of the changes between two revisions given.void
RepositoryStateChangesReporter. collectChanges(VcsRoot fromRepository, RepositoryStateData fromState, VcsRoot toRepository, RepositoryStateData toState, CheckoutRules checkoutRules, ChangesConsumer consumer)
This method is called by the system to collect changes between two states.void
SingleStateChangesReporter. collectChanges(VcsRoot fromRoot, String fromVersion, VcsRoot toRoot, String toVersion, CheckoutRules checkoutRules, ChangesConsumer consumer)
Collect changes between roots.List<ModificationData>
VcsSupport. collectChanges(VcsRoot root, String fromVersion, String currentVersion, CheckoutRules checkoutRules)
Deprecated.void
CommitsInfoBuilder. collectCommits(VcsRoot root, CheckoutRules rules, CommitsInfoBuilder.CommitsConsumer consumer)
This method is called to fetch entire commits list (graph) from the VCS plugin.static String
VcsUtil. convertVcsRootToString(VcsRoot root)
Serializes VCS root contents without id to string.static String
VcsUtil. convertVcsRootToString(VcsRoot root, Function<String,String> encode)
Serializes VCS root contents without id to stringString
VcsSupportConfig. describeVcsRoot(VcsRoot vcsRoot)
Returns presentable text describing specified vcs root, for example: svn: http://www.somehost.com/project/static String
VcsHelper. extractDetails(Throwable problem, VcsRoot root)
void
ChangesInfoBuilder. fetchChangesInfo(VcsRoot root, CheckoutRules checkoutRules, Collection<String> revisions, ChangesConsumer consumer)
Deprecated.Collects changes information for a given commit.void
FetchService. fetchRepository(VcsRoot root, CheckoutRules rules, FetchService.FetchRepositoryCallback callback)
Performs repository fetch to the most recent revisionstatic ModificationData
ModificationDataForTest. forTests(String description, String user, VcsRoot vcsRoot, String version)
static ModificationData
ModificationDataForTest. forTests(String description, String user, VcsRoot vcsRoot, String version, String... parentVersions)
static ModificationData
ModificationDataForTest. forTests(String description, String user, VcsRoot vcsRoot, String version, Date date)
static ModificationData
ModificationDataForTest. forTests(String description, String user, VcsRoot vcsRoot, String version, Date date, List<VcsChange> changes)
List<SBuildType>
VcsRootsManager. getAllConfigurationUsages(VcsRoot root)
Returns all configurations which use the root.List<SProject>
VcsRootsManager. getAllProjectUsages(VcsRoot root)
returns all project which contain configurations which use the root.List<BuildTypeTemplate>
VcsRootsManager. getAllTemplateUsages(VcsRoot root)
Returns all templates with specified vcs root attached.IncludeRuleChangeCollector
CollectChangesByIncludeRules. getChangeCollector(VcsRoot root, String fromVersion, String currentVersion)
Deprecated.Returns an object that would handle calls for each include rule found in the checkout rules.IncludeRuleChangeCollector
CollectSingleStateChangesByIncludeRules. getChangeCollector(VcsRoot root, String fromVersion, String currentVersion)
Deprecated.Returns an object that would handle calls for each include rule found in the checkout rules.default Map<String,String>
VcsSupportConfig. getCheckoutProperties(VcsRoot root)
Must return a map of vcs root properties significant for checkout operation.Collection<VcsClientMapping>
IncludeRuleBasedMappingProvider. getClientMapping(VcsRoot vcsRoot, IncludeRule includeRule)
This method provides mapping information from given VcsRoot and a path within it to actual possible VCS paths.Collection<VcsClientMapping>
VcsRootBasedMappingProvider. getClientMapping(VcsRoot vcsRoot)
This method provides a mapping information from given VcsRoot and a path within it to actual possible VCS paths.CommitPatchBuilder
CommitSupport. getCommitPatchBuilder(VcsRoot root)
Should return aCommitPatchBuilder
instance for the given VCS root which is used to make commits.default CommitPatchBuilder
CommitSupport. getCommitPatchBuilder(VcsRoot root, CommitSupport.Config config)
Should return aCommitPatchBuilder
instance for the given VCS root which is used to make commits.VcsRoot
RootMerger. getCommonParent(VcsRoot root1, VcsRoot root2)
Deprecated.byte[]
VcsFileContentProvider. getContent(String filePath, VcsRoot versionedRoot, String version)
Get binary content of the single file in modification set.byte[]
VcsFileContentProvider. getContent(VcsModification vcsModification, VcsChangeInfo change, VcsChangeInfo.ContentType contentType, VcsRoot vcsRoot)
Get binary content of the single file in modification set.RepositoryStateData
CollectRepositoryChangesPolicy. getCurrentState(VcsRoot repository)
Returns current repository stateString
CollectSingleStatePolicy. getCurrentVersion(VcsRoot root)
Returns version mark version control is currently in (like last committed change list number for Perforce, or current date for CVS).String
ServerVcsSupport. getCurrentVersion(VcsRoot root)
Deprecated.this method could now be implemented viaVcsSupportContext.getCollectChangesPolicy()
String
VcsRootIdentityProvider. getDefaultBranchName(VcsRoot vcsRoot)
RevisionMatchedByCheckoutRulesCalculator.Result
RevisionMatchedByCheckoutRulesCalculator. getLatestRevisionAcceptedByCheckoutRules(VcsRoot root, CheckoutRules rules, String startRevision, String startRevisionBranchName, Collection<String> stopRevisions)
Should return the latest commit which affects files matched by checkout rules.int
VcsRootsManager. getNumberOfUsagesInConfigurations(VcsRoot root)
Returns number of usages of the specified VCS root in build configurationsint
VcsRootsManager. getNumberOfUsagesInProjects(VcsRoot root)
Returns number of usages of this VCS root in projects build configurations and templatesIncludeRulePatchBuilder
BuildPatchByIncludeRules. getPatchBuilder(VcsRoot root, String fromVersion, String toVersion)
Returns an object that would handle calls for each include rule found in the checkout rules.String
RootMerger. getPrefixPath(VcsRoot parent, VcsRoot subRoot)
Deprecated.Set<SProject>
VcsRootUsagesContributor. getProjectUsages(VcsRoot root)
Returns additional projects where the given VCS root is useddefault Map<String,String>
VcsSupportConfig. getServerCheckoutProperties(VcsRoot root)
This method is used to calculate caching key for VCSEntries when checkout on server mode is used.static String
VcsUtil. getSimplifiedName(VcsRoot vcsRoot)
CheckoutRules
SubrepoCheckoutRulesProvider. getSubrepoRules(CheckoutRules mainRepoRules, VcsRoot subrepoRoot)
Returns checkout rules for subrepo root or null if subrepo root doesn't contain information about its mount pointCheckoutRules
SubrepoCheckoutRulesProviderImpl. getSubrepoRules(CheckoutRules mainRepoRules, VcsRoot subrepoRoot)
Collection<SUser>
VcsRootUsernamesManager. getUsers(VcsRoot root, String username)
Returns users which have specified username in their vcs settings (either in settings of whole VCS or in settings of specified VCS root)String
VcsRootIdentityProvider. getVcsRootIdentity(VcsRoot vcsRoot)
For the provided VCS root calculate identity, which can be used by TeamCity core to decide if two VCS root represent the same or different repositoriesstatic String
VcsUtil. getVcsRootPropertiesAsPresentableString(VcsRoot root)
static long
VcsUtil. getVcsRootPropertiesHash(VcsRoot root)
static Map<String,String>
VcsUtil. getVcsRootPublicProperties(VcsRoot root)
String
VcsSupportConfig. getVersionDisplayName(String version, VcsRoot root)
Returns readable presentation of version (this format should be the same as DisplayVersion of VcsModification)default boolean
VcsSupportConfig. isDAGBased(VcsRoot root)
static boolean
VcsUtil. isSet(VcsRoot root, String propertyName)
default String
LabelingSupport. label(String label, String message, String version, VcsRoot root, CheckoutRules checkoutRules)
Labels sources for given revision and settings and sets comment if required.String
LabelingSupport. label(String label, String version, VcsRoot root, CheckoutRules checkoutRules)
Labels sources for given revision and settings.Collection<VcsFileData>
ListDirectChildrenPolicy. listFiles(VcsRoot root, String directoryPath)
Returns list of files in the specified directory of the specified VCS rootMergeResult
MergeSupport. merge(VcsRoot root, String srcRevision, String dstBranch, String message, MergeOptions options)
Merges specified revision in given VCS root into given destination branch with specified message and options.void
VcsChangesLoaderCallback. modificationPersisted(VcsModification modification, VcsRoot root)
Called when modification persisted to databasestatic String
VcsHelper. replacePasswords(String line, VcsRoot root)
void
RepositoryStateListener. repositoryStateChanged(VcsRoot root, RepositoryState oldState, RepositoryState newState)
Event sent after repository state was updated, but only when old and new states are differentvoid
RepositoryStateListenerAdapter. repositoryStateChanged(VcsRoot root, RepositoryState oldState, RepositoryState newState)
void
VcsRootUsernamesManagerEx. setVcsRootUsername(SUser user, VcsRoot root, String userName)
Sets username of a user in specific VCS rootvoid
VcsUsernameStorage. setVcsRootUsernames(SUser user, VcsRoot root, List<String> userNames)
boolean
VcsSupport. sourcesUpdatePossibleIfChangesNotFound(VcsRoot root)
Deprecated.boolean
VcsSupportCore. sourcesUpdatePossibleIfChangesNotFound(VcsRoot root)
Must return true if source files in the build checkout directory can be updated even if no changes were detected between some versions.String
TestConnectionSupport. testConnection(VcsRoot vcsRoot)
Called to test connection to the given VCS root.Map<MergeTask,MergeResult>
MergeSupport. tryMerge(VcsRoot root, List<MergeTask> tasks, MergeOptions options)
Try to merge given merge tasks with specified options and return a map of merge result for each task.Constructors in jetbrains.buildServer.vcs with parameters of type VcsRoot Constructor Description ModificationData(Date changeDate, List<VcsChange> changes, String description, String user, VcsRoot vcsRoot, String version, String displayVersion)
This constructor has to be used in production code to create ModificationData instanceSubrepoConfig(VcsRoot mainRoot)
UnknownVcsException(VcsRoot vcsRoot, String message)
ConstructorVcsRootEntry(VcsRoot vcsRoot, CheckoutRules checkoutRules)
create VcsRootEntryVcsRootVcsException(VcsRoot root, String message, VcsException cause)
creates detailed exceptionVcsRootVcsException(VcsRoot root, String message, VcsException cause, CheckoutRules checkoutRules)
creates detailed exceptionVcsRootVcsException(VcsRoot root, VcsException cause)
creates an exception -
Uses of VcsRoot in jetbrains.buildServer.vcs.impl
Classes in jetbrains.buildServer.vcs.impl that implement VcsRoot Modifier and Type Class Description class
DeletedVcsRoot
class
InaccessibleVcsRoot
Created 23.08.13 15:24class
SVcsRootImpl
class
VcsRootImpl
Version control connection settings.class
VcsRootInstanceImpl
Created 10.05.13 17:36class
VcsRootInstanceWithParent
Methods in jetbrains.buildServer.vcs.impl with parameters of type VcsRoot Modifier and Type Method Description boolean
VcsRootUsernamesManagerImpl.VcsRootCommittersFilter. allowed(SUser user, VcsRoot vcsRoot)
String
UnknownVcsSupport. describeVcsRoot(VcsRoot vcsRoot)
List<SBuildType>
VcsManagerImpl. getAllConfigurationUsages(VcsRoot root)
List<SBuildType>
VcsRootsManagerImpl. getAllConfigurationUsages(VcsRoot root)
List<SProject>
VcsManagerImpl. getAllProjectUsages(VcsRoot root)
List<SProject>
VcsRootsManagerImpl. getAllProjectUsages(VcsRoot root)
List<BuildTypeTemplate>
VcsManagerImpl. getAllTemplateUsages(VcsRoot root)
List<BuildTypeTemplate>
VcsRootsManagerImpl. getAllTemplateUsages(VcsRoot root)
String
UnknownVcsSupport. getCurrentVersion(VcsRoot root)
TeamCitySshKey
VcsRootSshKeyManagerImpl. getKey(VcsRoot root)
int
VcsManagerImpl. getNumberOfUsagesInConfigurations(VcsRoot root)
int
VcsRootsManagerImpl. getNumberOfUsagesInConfigurations(VcsRoot root)
int
VcsManagerImpl. getNumberOfUsagesInProjects(VcsRoot root)
int
VcsRootsManagerImpl. getNumberOfUsagesInProjects(VcsRoot root)
Collection<SUser>
VcsManagerImpl. getUsers(VcsRoot vcsRoot, String username)
Collection<SUser>
VcsRootUsernamesManagerImpl. getUsers(VcsRoot vcsRoot, String username)
String
UnknownVcsSupport. getVersionDisplayName(String version, VcsRoot root)
static boolean
VcsRootImpl. isEquivalentRoots(VcsRoot root1, VcsRoot root2)
void
BuildChangesLoaderContext. modificationPersisted(VcsModification modification, VcsRoot root)
void
PeriodicChangesLoaderContext. modificationPersisted(VcsModification modification, VcsRoot root)
void
VcsManagerImpl. setVcsRootUsername(SUser user, VcsRoot root, String userName)
void
VcsRootUsernamesManagerImpl. setVcsRootUsername(SUser user, VcsRoot root, String userName)
void
VcsUsernameStorageImpl. setVcsRootUsernames(SUser user, VcsRoot root, List<String> userNames)
boolean
UnknownVcsSupport. sourcesUpdatePossibleIfChangesNotFound(VcsRoot root)
-
Uses of VcsRoot in jetbrains.buildServer.vcs.util
Methods in jetbrains.buildServer.vcs.util with parameters of type VcsRoot Modifier and Type Method Description Collection<SVcsRoot>
VcsRootDuplicatesFinder. searchDuplicateVcsRoots(VcsRoot vcsRoot, Collection<SProject> projects)
Searches for VCS roots with similar properties in provided projects. -
Uses of VcsRoot in jetbrains.buildServer.vcs.utils
Methods in jetbrains.buildServer.vcs.utils with parameters of type VcsRoot Modifier and Type Method Description static void
VcsPluginUtil. buildPatch(VcsRoot root, String fromVersion, String toVersion, PatchBuilder builder, CheckoutRules checkoutRules, BuildPatchByIncludeRules patcher)
Service method, allows to build patch for each root include rule in the specified checkout rulesstatic List<ModificationData>
VcsPluginUtil. collectBuildChanges(VcsRoot root, String fromVersion, String toVersion, CheckoutRules commonRule, CollectChangesByIncludeRules collector)
Util method, can be used with CollectChangesByIncludeRules to collect all changes for a set of CheckoutRulesstatic List<ModificationData>
VcsPluginUtil. collectBuildChanges(VcsRoot root, String fromVersion, String toVersion, CheckoutRules commonRule, CollectSingleStateChangesByIncludeRules collector)
Util method, can be used with CollectSingleStateChangesByIncludeRules to collect all changes for a set of CheckoutRulesValue
VcsCacheItemFactory. createValue(VcsRoot root)
New value to be cached for the specified settings.Value
VcsCache. getItem(VcsRoot root)
Deprecated.Returns data related to the specified root.protected abstract String
VcsCache. getKey(VcsRoot root)
Deprecated.void
VcsCache. resetCache(VcsRoot root)
Deprecated. -
Uses of VcsRoot in jetbrains.vcs.api
Methods in jetbrains.vcs.api that return VcsRoot Modifier and Type Method Description VcsRoot
ChangeData. getVcsRoot()
Get VcsRoot, associated with the change.VcsRoot
VcsSettings. getVcsRoot()
Get VCS Root, associated with these settings.Constructors in jetbrains.vcs.api with parameters of type VcsRoot Constructor Description VcsSettings(VcsRoot vcsRoot, String checkoutRules)
VcsSettings(VcsRoot vcsRoot, String checkoutRules, Map<String,String> sshKeys)
-
Uses of VcsRoot in jetbrains.vcs.api.impl
Classes in jetbrains.vcs.api.impl that implement VcsRoot Modifier and Type Class Description class
VcsServiceRoot
Created 24.10.12 14:34 -
Uses of VcsRoot in jetbrains.vcs.api.services.collectChanges
Methods in jetbrains.vcs.api.services.collectChanges with parameters of type VcsRoot Modifier and Type Method Description abstract void
CollectChangesCommand. collectChanges(VcsRoot fromRepository, RepositoryStateData fromState, VcsRoot toRepository, RepositoryStateData toState, CheckoutRules checkoutRules, ChangesConsumer consumer)
Collect changes between repositories.protected abstract void
SingleVersionCollectChangesCommand. collectChanges(VcsRoot fromRepository, String fromState, VcsRoot toRepository, String toState, CheckoutRules checkoutRules, ChangesConsumer consumer)
void
SingleVersionCollectChangesCommand. collectChanges(VcsRoot fromRepository, RepositoryStateData fromState, VcsRoot toRepository, RepositoryStateData toState, CheckoutRules checkoutRules, ChangesConsumer consumer)
-
Uses of VcsRoot in jetbrains.vcs.api.services.patches
Methods in jetbrains.vcs.api.services.patches with parameters of type VcsRoot Modifier and Type Method Description static void
BuildPatchUtil. buildPatch(BuildPatchPolicy policy, VcsRoot vcsRoot, String fromVersion, String toVersion, PatchBuilder builder, CheckoutRules checkoutRules)
-