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)CheckoutRulesMockBuildType. getCheckoutRules(VcsRoot root)booleanMockBuildType. 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 ModificationDataVcsTestEnvironment. createModificationData(User user, String descr, VcsRoot vcsRoot)ModificationDataVcsTestEnvironment. 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 StringAgentBuildSettings. getBuildCurrentVersion(VcsRoot vcsRoot)Returns current version of the specified VCS rootStringAgentBuildSettings. 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 StringAgentBuildSettingsImpl. getBuildCurrentVersion(VcsRoot vcsRoot)StringAgentBuildSettingsProxy. getBuildCurrentVersion(VcsRoot vcsRoot)StringAgentBuildSettingsImpl. getBuildPreviousVersion(VcsRoot vcsRoot)StringAgentBuildSettingsProxy. 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 AgentCheckoutAbilityCheckoutSupport. 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 AgentCheckoutAbilityAgentVcsSupport. canCheckout(VcsRoot vcsRoot, CheckoutRules checkoutRules, AgentRunningBuild build)AgentVcsSupportBuilderAgentVcsSupportBuilder. canCheckout(VcsRoot root)AgentCheckoutAbilityAgentVcsSupportCore. canCheckout(VcsRoot vcsRoot, CheckoutRules checkoutRules, AgentRunningBuild build)Check whether this Vcs Support can checkout sources from the specified vcs root.IncludeRuleUpdaterUpdateByIncludeRules. 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.IncludeRuleUpdaterUpdateByIncludeRules2. 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.voidCheckoutOnAgentVcsSupport. updateSources(BuildProgressLogger logger, File workingDirectory, VcsRoot root, String newVersion, IncludeRule includeRule)Deprecated.Called to update sources in the specified working directory.voidUpdateByCheckoutRules. updateSources(VcsRoot root, CheckoutRules rules, String toVersion, File destFolder, BuildProgressLogger logger)Deprecated.Called to update sources in the specified working directory.voidUpdateByCheckoutRules2. updateSources(VcsRoot root, CheckoutRules rules, String toVersion, File destFolder, AgentRunningBuild build, boolean cleanCheckoutRequested)Called to update sources in the specified working directory.AgentVcsSupportBuilderAgentVcsSupportBuilder. 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 StringAgentBuild. getCurrentRevision(VcsRoot vcsRoot)StringAgentBuild. 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 VcsRootAbstractVcsGetContentTestHelper. myRootMethods in jetbrains.buildServer.buildTriggers.vcs that return VcsRoot Modifier and Type Method Description VcsRootModificationDataBuilder. 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)ModificationDataBuilderModificationDataBuilder. in(VcsRoot root)ModificationDataTransformerModificationDataTransformer. 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 voidInMemoryUser. 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 VcsRootVcsUsername. 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)voidNotificationEventAccumulator. labelingFailed(SBuild build, VcsRoot root, Throwable exception)voidNotificationEventAdapter. labelingFailed(SBuild build, VcsRoot root, Throwable exception)voidNotificationEventListener. labelingFailed(SBuild build, VcsRoot root, Throwable exception)Labeling process failed for the specified build and root with the specified problem.voidNotificationProcessor. labelingFailed(SBuild build, VcsRoot root, Throwable exception)voidMockNotificator. notifyLabelingFailed(Build build, VcsRoot root, Throwable exception, Set<SUser> users)voidNotificator. notifyLabelingFailed(Build build, VcsRoot root, Throwable exception, Set<SUser> users)Called when labeling failed for the build.voidNotificatorAdapter. 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 voidUserRulesAwareNotificationListener. 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 VcsRootPipeline. 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 voidPipeline. setVcsRoot(VcsRoot vcsRoot)Method parameters in jetbrains.buildServer.pipeline with type arguments of type VcsRoot Modifier and Type Method Description PipelinePipelineFixture. createPipeline(String yaml, List<VcsRoot> additionalVcsRoots)voidPipeline. setAdditionalVcsRoots(List<VcsRoot> vcsRoots)PipelinePipelineFixture. 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 VcsRootPipelineImpl. 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 voidPipelineImpl. setVcsRoot(VcsRoot vcsRoot)Method parameters in jetbrains.buildServer.pipeline.impl with type arguments of type VcsRoot Modifier and Type Method Description voidPipelineImpl. 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 PullRequestProviderPullRequestProviderService. 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 ProviderSettingsSettingsSupplier. getSettings(SProject project, VcsRoot vcsRoot, SBuildFeatureDescriptor buildFeatureDescriptor, Map<String,String> params, ValueResolver resolver, OAuthTokensStorage tokensStorage, boolean isCustomSettings)booleanPullRequest. 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.voidPullRequestManager. 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 voidBuildServerAdapter. changeAdded(VcsModification modification, VcsRoot root, Collection<SBuildType> buildTypes)voidBuildServerListener. changeAdded(VcsModification modification, VcsRoot root, Collection<SBuildType> buildTypes)Called when a new modification (user commit) was detected.voidLVcsStatusLogger. connectionFailed(Collection<LVcsRootInstanceHolder> buildTypes, VcsRoot root, Throwable problem)Notifies that connection is failed for specified VCS root and a number of build configurations.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.voidLVcsStatusLogger. currentStateFailedForVcsRoot(VcsRoot vcsRoot, Throwable throwable)Should be called if attempt to get current state for the specified VCS root failed.voidLVcsStatusLogger. currentStateSuccessfulForVcsRoot(VcsRoot vcsRoot)Should be called if attempt to get current state for the specified VCS root was successful.CheckoutRulesBuildTypeSettings. getCheckoutRules(VcsRoot root)Returns checkout rules configured for the specified VCS root.CheckoutRulesResolvedSettings. getCheckoutRules(VcsRoot root)Returns checkout rules configured for the specified VCS root.VcsConnectionStatusLVcsStatusLogger. getConnectionStatus(LVcsRootInstanceHolder buildType, VcsRoot root)Returns last connection status for specified build configuration and VCS rootbooleanLVcsStatusLogger. isVcsRootHasGoodStatus(VcsRoot root)Check if VCS root has good status in every configuration it attached tobooleanLVcsStatusLogger. 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.voidBuildServerAdapter. labelingFailed(SBuild build, VcsRoot root, Throwable exception)voidBuildServerListener. labelingFailed(SBuild build, VcsRoot root, Throwable exception)Labeling process failed for the specified build and root with the specified problem.booleanBuildTypeSettings. 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 ofPropertyTypeand 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 voidMockVcsSupport. addChange(VcsRoot root, ModificationDataBuilder modification)voidMockVcsSupport. addChange(VcsRoot vcsRoot, MockVcsModification modification)voidMockVcsSupport. addChange(VcsRoot root, ModificationData modification)voidMockCollectRepositoryChangesPolicy. addChanges(VcsRoot repository, ModificationDataBuilder... changes)voidMockVcsSupport. buildPatch(VcsRoot root, String fromVersion, String toVersion, PatchBuilder builder, CheckoutRules checkoutRules)voidBuildTypesEventListener. changeAdded(VcsModification modification, VcsRoot root, Collection<SBuildType> buildTypes)voidCheckingForChangesScheduler. 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)voidVcsStatusLoggerImpl. connectionFailed(Collection<LVcsRootInstanceHolder> buildTypes, VcsRoot root, Throwable problem)voidVcsStatusLoggerImpl. connectionFailed(LVcsRootInstanceHolder buildType, VcsRoot root, Throwable problem)voidVcsStatusProviderImpl. connectionFailed(Collection<LVcsRootInstanceHolder> buildTypes, VcsRoot root, Throwable problem)voidVcsStatusProviderImpl. connectionFailed(LVcsRootInstanceHolder buildType, VcsRoot root, Throwable problem)voidVcsStatusLoggerImpl. connectionSuccessful(LVcsRootInstanceHolder buildType, VcsRoot root)voidVcsStatusProviderImpl. connectionSuccessful(LVcsRootInstanceHolder buildType, VcsRoot root)voidVcsStatusLoggerImpl. currentStateFailedForVcsRoot(VcsRoot vcsRoot, Throwable throwable)voidVcsStatusProviderImpl. currentStateFailedForVcsRoot(VcsRoot vcsRoot, Throwable throwable)voidVcsStatusLoggerImpl. currentStateSuccessfulForVcsRoot(VcsRoot vcsRoot)voidVcsStatusProviderImpl. currentStateSuccessfulForVcsRoot(VcsRoot vcsRoot)StringMockVcsSupport. describeVcsRoot(VcsRoot vcsRoot)CheckoutRulesBuildTypeImpl. getCheckoutRules(VcsRoot root)CheckoutRulesBuildTypeSettingsImpl. getCheckoutRules(VcsRoot root)CheckoutRulesBuildTypeTemplateImpl. getCheckoutRules(VcsRoot root)CheckoutRulesDummyBuildType. getCheckoutRules(VcsRoot root)CheckoutRulesEditableBuildTypeCopy. getCheckoutRules(VcsRoot root)CheckoutRulesEditableTemplateCopy. getCheckoutRules(VcsRoot root)CheckoutRulesInaccessibleTemplate. getCheckoutRules(VcsRoot root)CheckoutRulesRemoteBuildTypeImpl. getCheckoutRules(VcsRoot root)VcsConnectionStatusVcsStatusLoggerImpl. getConnectionStatus(LVcsRootInstanceHolder buildType, VcsRoot root)VcsConnectionStatusVcsStatusProviderImpl. 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)RepositoryStateDataMockCollectRepositoryChangesPolicy. getCurrentState(VcsRoot repository)StringMockBuildAgent. getCurrentVersion(VcsRoot vcsRoot)StringMockVcsSupport. getCurrentVersion(VcsRoot root)StringMockVcsSupport. getDefaultBranchName(VcsRoot vcsRoot)RepositoryStateDataMockCollectRepositoryChangesPolicy. getLastFromState(VcsRoot repository)RepositoryStateDataMockCollectRepositoryChangesPolicy. getLastToState(VcsRoot repository)protected longMockVcsSupport. getRootId(VcsRoot root)StringMockVcsSupport. getVcsRootIdentity(VcsRoot vcsRoot)StringMockVcsSupport. getVersionDisplayName(String version, VcsRoot root)booleanVcsStatusLoggerImpl. isVcsRootHasGoodStatus(VcsRoot root)booleanVcsStatusLoggerImpl. isVcsRootHasGoodStatus(VcsRoot root, Set<String> buildTypeIntIds)booleanVcsStatusProviderImpl. isVcsRootHasGoodStatus(VcsRoot root)booleanVcsStatusProviderImpl. isVcsRootHasGoodStatus(VcsRoot root, Set<String> buildTypeIntIds)voidMockCollectRepositoryChangesPolicy. removeCurrentStateError(VcsRoot root)voidMockCollectRepositoryChangesPolicy. removeError(VcsRoot root)voidMockVcsSupport. resetChanges(VcsRoot root)voidMockCollectRepositoryChangesPolicy. setChanges(VcsRoot repository, List<ModificationData> changes)voidMockCollectRepositoryChangesPolicy. setChanges(VcsRoot repository, ModificationDataBuilder... changes)voidMockCollectRepositoryChangesPolicy. setChanges(VcsRoot fromRepository, VcsRoot toRepository, ModificationDataBuilder... changes)booleanBuildTypeImpl. setCheckoutRules(VcsRoot root, CheckoutRules rules)booleanBuildTypeSettingsImpl. setCheckoutRules(VcsRoot root, CheckoutRules rules)booleanBuildTypeTemplateImpl. setCheckoutRules(VcsRoot root, CheckoutRules rules)booleanDummyBuildType. setCheckoutRules(VcsRoot root, CheckoutRules checkoutRules)booleanEditableBuildTypeCopy. setCheckoutRules(VcsRoot root, CheckoutRules checkoutRules)booleanEditableTemplateCopy. setCheckoutRules(VcsRoot root, CheckoutRules checkoutRules)booleanInaccessibleTemplate. setCheckoutRules(VcsRoot root, CheckoutRules checkoutRules)booleanRemoteBuildTypeImpl. setCheckoutRules(VcsRoot root, CheckoutRules checkoutRules)voidMockVcsSupport. setContent(VcsRoot root, String revision, String path, Object content)Sets result of next getContent call.voidMockCollectRepositoryChangesPolicy. setCurrentState(VcsRoot repository, RepositoryStateData state)voidMockCollectRepositoryChangesPolicy. setCurrentStateError(VcsRoot root, VcsException error)voidMockCollectRepositoryChangesPolicy. setError(VcsRoot root, VcsException error)booleanMockVcsSupport. sourcesUpdatePossibleIfChangesNotFound(VcsRoot root)StringMockVcsSupport. testConnection(VcsRoot vcsRoot)Method parameters in jetbrains.buildServer.serverSide.impl with type arguments of type VcsRoot Modifier and Type Method Description static booleanBuildTypeImpl. 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 classSecuredVcsRootMethods 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)intSecuredVcsManager. getNumberOfUsagesInConfigurations(VcsRoot root)intSecuredVcsManager. getNumberOfUsagesInProjects(VcsRoot root)Set<SProject>SecuredVersionedSettingsManager. getProjectsByOwnSettingsRoot(VcsRoot root)Set<SProject>SecuredVersionedSettingsManager. getProjectsBySettingsRoot(VcsRoot root)Collection<SUser>SecuredVcsManager. getUsers(VcsRoot root, String username)voidSecuredVcsManager. 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 VcsRootCentralConfigsRepository. 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 voidEventTrackerImpl. 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)voidApplySettingsChangesListener. 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 VcsRootCheckedOutDir. 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 TeamCitySshKeyVcsRootSshKeyManager. 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 voidRestrictedUserImpl. setVcsRootUsernames(VcsRoot root, List<String> userNames)voidSecuredUser. setVcsRootUsernames(VcsRoot root, List<String> userNames)voidUserEx. setVcsRootUsernames(VcsRoot root, List<String> userNames)voidUserImpl. 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 classTModificationData<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 interfaceLVcsRootLight version of SVcsRootinterfaceLVcsRootInstanceLight interface for VcsRootInstanceinterfaceLVcsRootInstanceExCreated 25.08.13 13:18interfaceSVcsRootServer side class for the vcs root.interfaceSVcsRootExinterfaceVcsRootInstanceRepresents instance of VCS root settings (i.e.interfaceVcsRootInstanceExRepresents instance of VCS root which can be used for changes collecting.Classes in jetbrains.buildServer.vcs that implement VcsRoot Modifier and Type Class Description classMockSVcsRootDeprecated.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 VcsRootVcsUtil. convertStringToVcsRoot(long id, String serialized)Deserialized VCS root from Stringstatic VcsRootVcsUtil. convertStringToVcsRoot(long id, String serialized, Function<String,String> decode)Deserialized VCS root from StringVcsRootRootMerger. getCommonParent(VcsRoot root1, VcsRoot root2)Deprecated.VcsRootVcsRootVcsException. getRoot()Returns vcs root caused the problem.VcsRootChangesLoaderContext.OperationRejectedReason. getVcsRoot()VcsRootUnknownVcsException. getVcsRoot()Methods in jetbrains.buildServer.vcs with parameters of type VcsRoot Modifier and Type Method Description static booleanVcsUtil. areEquivalentRoots(VcsRoot root1, VcsRoot root2)Checks whether the specified VCS roots are equivalent.voidRepositoryStateListener. beforeRepositoryStateUpdate(VcsRoot root, RepositoryState oldState, RepositoryState newState)Event sent before repository state is updated.voidRepositoryStateListenerAdapter. beforeRepositoryStateUpdate(VcsRoot root, RepositoryState oldState, RepositoryState newState)voidBuildPatchByCheckoutRules. buildPatch(VcsRoot root, String fromVersion, String toVersion, PatchBuilder builder, CheckoutRules checkoutRules)Called to retrieve detailed info on modification between two given revisions.voidBuildPatchByIncludeRule. buildPatch(VcsRoot root, String fromVersion, String toVersion, PatchBuilder builder, IncludeRule includeRule)Deprecated.Builds patch for the specified project subdirectory.static voidVcsSupportUtil. buildPatch(VcsRoot root, String fromVersion, String toVersion, PatchBuilder builder, CheckoutRules checkoutRules, BuildPatchByIncludeRule patcher)Deprecated.implement jetbrains.buildServer.vcs.BuildPatchByIncludeRules insteadvoidBulkPatchService. 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.voidRepositoryStateChangesReporter. 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.voidSingleStateChangesReporter. 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.voidCommitsInfoBuilder. collectCommits(VcsRoot root, CheckoutRules rules, CommitsInfoBuilder.CommitsConsumer consumer)This method is called to fetch entire commits list (graph) from the VCS plugin.static StringVcsUtil. convertVcsRootToString(VcsRoot root)Serializes VCS root contents without id to string.static StringVcsUtil. convertVcsRootToString(VcsRoot root, Function<String,String> encode)Serializes VCS root contents without id to stringStringVcsSupportConfig. describeVcsRoot(VcsRoot vcsRoot)Returns presentable text describing specified vcs root, for example: svn: http://www.somehost.com/project/static StringVcsHelper. extractDetails(Throwable problem, VcsRoot root)voidChangesInfoBuilder. fetchChangesInfo(VcsRoot root, CheckoutRules checkoutRules, Collection<String> revisions, ChangesConsumer consumer)Deprecated.Collects changes information for a given commit.voidFetchService. fetchRepository(VcsRoot root, CheckoutRules rules, FetchService.FetchRepositoryCallback callback)Performs repository fetch to the most recent revisionstatic ModificationDataModificationDataForTest. forTests(String description, String user, VcsRoot vcsRoot, String version)static ModificationDataModificationDataForTest. forTests(String description, String user, VcsRoot vcsRoot, String version, String... parentVersions)static ModificationDataModificationDataForTest. forTests(String description, String user, VcsRoot vcsRoot, String version, Date date)static ModificationDataModificationDataForTest. 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.IncludeRuleChangeCollectorCollectChangesByIncludeRules. getChangeCollector(VcsRoot root, String fromVersion, String currentVersion)Deprecated.Returns an object that would handle calls for each include rule found in the checkout rules.IncludeRuleChangeCollectorCollectSingleStateChangesByIncludeRules. 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.CommitPatchBuilderCommitSupport. getCommitPatchBuilder(VcsRoot root)Should return aCommitPatchBuilderinstance for the given VCS root which is used to make commits.default CommitPatchBuilderCommitSupport. getCommitPatchBuilder(VcsRoot root, CommitSupport.Config config)Should return aCommitPatchBuilderinstance for the given VCS root which is used to make commits.VcsRootRootMerger. 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.RepositoryStateDataCollectRepositoryChangesPolicy. getCurrentState(VcsRoot repository)Returns current repository stateStringCollectSingleStatePolicy. getCurrentVersion(VcsRoot root)Returns version mark version control is currently in (like last committed change list number for Perforce, or current date for CVS).StringServerVcsSupport. getCurrentVersion(VcsRoot root)Deprecated.this method could now be implemented viaVcsSupportContext.getCollectChangesPolicy()StringVcsRootIdentityProvider. getDefaultBranchName(VcsRoot vcsRoot)RevisionMatchedByCheckoutRulesCalculator.ResultRevisionMatchedByCheckoutRulesCalculator. getLatestRevisionAcceptedByCheckoutRules(VcsRoot root, CheckoutRules rules, String startRevision, String startRevisionBranchName, Collection<String> stopRevisions)Should return the latest commit which affects files matched by checkout rules.intVcsRootsManager. getNumberOfUsagesInConfigurations(VcsRoot root)Returns number of usages of the specified VCS root in build configurationsintVcsRootsManager. getNumberOfUsagesInProjects(VcsRoot root)Returns number of usages of this VCS root in projects build configurations and templatesIncludeRulePatchBuilderBuildPatchByIncludeRules. getPatchBuilder(VcsRoot root, String fromVersion, String toVersion)Returns an object that would handle calls for each include rule found in the checkout rules.StringRootMerger. 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 StringVcsUtil. getSimplifiedName(VcsRoot vcsRoot)CheckoutRulesSubrepoCheckoutRulesProvider. getSubrepoRules(CheckoutRules mainRepoRules, VcsRoot subrepoRoot)Returns checkout rules for subrepo root or null if subrepo root doesn't contain information about its mount pointCheckoutRulesSubrepoCheckoutRulesProviderImpl. 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)StringVcsRootIdentityProvider. 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 StringVcsUtil. getVcsRootPropertiesAsPresentableString(VcsRoot root)static longVcsUtil. getVcsRootPropertiesHash(VcsRoot root)static Map<String,String>VcsUtil. getVcsRootPublicProperties(VcsRoot root)StringVcsSupportConfig. getVersionDisplayName(String version, VcsRoot root)Returns readable presentation of version (this format should be the same as DisplayVersion of VcsModification)default booleanVcsSupportConfig. isDAGBased(VcsRoot root)static booleanVcsUtil. isSet(VcsRoot root, String propertyName)default StringLabelingSupport. label(String label, String message, String version, VcsRoot root, CheckoutRules checkoutRules)Labels sources for given revision and settings and sets comment if required.StringLabelingSupport. 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 rootMergeResultMergeSupport. 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.voidVcsChangesLoaderCallback. modificationPersisted(VcsModification modification, VcsRoot root)Called when modification persisted to databasestatic StringVcsHelper. replacePasswords(String line, VcsRoot root)voidRepositoryStateListener. repositoryStateChanged(VcsRoot root, RepositoryState oldState, RepositoryState newState)Event sent after repository state was updated, but only when old and new states are differentvoidRepositoryStateListenerAdapter. repositoryStateChanged(VcsRoot root, RepositoryState oldState, RepositoryState newState)voidVcsRootUsernamesManagerEx. setVcsRootUsername(SUser user, VcsRoot root, String userName)Sets username of a user in specific VCS rootvoidVcsUsernameStorage. setVcsRootUsernames(SUser user, VcsRoot root, List<String> userNames)booleanVcsSupport. sourcesUpdatePossibleIfChangesNotFound(VcsRoot root)Deprecated.booleanVcsSupportCore. 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.StringTestConnectionSupport. 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 classDeletedVcsRootclassInaccessibleVcsRootCreated 23.08.13 15:24classSVcsRootImplclassVcsRootImplVersion control connection settings.classVcsRootInstanceImplCreated 10.05.13 17:36classVcsRootInstanceWithParentMethods in jetbrains.buildServer.vcs.impl with parameters of type VcsRoot Modifier and Type Method Description booleanVcsRootUsernamesManagerImpl.VcsRootCommittersFilter. allowed(SUser user, VcsRoot vcsRoot)StringUnknownVcsSupport. 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)StringUnknownVcsSupport. getCurrentVersion(VcsRoot root)TeamCitySshKeyVcsRootSshKeyManagerImpl. getKey(VcsRoot root)intVcsManagerImpl. getNumberOfUsagesInConfigurations(VcsRoot root)intVcsRootsManagerImpl. getNumberOfUsagesInConfigurations(VcsRoot root)intVcsManagerImpl. getNumberOfUsagesInProjects(VcsRoot root)intVcsRootsManagerImpl. getNumberOfUsagesInProjects(VcsRoot root)Collection<SUser>VcsManagerImpl. getUsers(VcsRoot vcsRoot, String username)Collection<SUser>VcsRootUsernamesManagerImpl. getUsers(VcsRoot vcsRoot, String username)StringUnknownVcsSupport. getVersionDisplayName(String version, VcsRoot root)static booleanVcsRootImpl. isEquivalentRoots(VcsRoot root1, VcsRoot root2)voidBuildChangesLoaderContext. modificationPersisted(VcsModification modification, VcsRoot root)voidPeriodicChangesLoaderContext. modificationPersisted(VcsModification modification, VcsRoot root)voidVcsManagerImpl. setVcsRootUsername(SUser user, VcsRoot root, String userName)voidVcsRootUsernamesManagerImpl. setVcsRootUsername(SUser user, VcsRoot root, String userName)voidVcsUsernameStorageImpl. setVcsRootUsernames(SUser user, VcsRoot root, List<String> userNames)booleanUnknownVcsSupport. 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 voidVcsPluginUtil. 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 CheckoutRulesValueVcsCacheItemFactory. createValue(VcsRoot root)New value to be cached for the specified settings.ValueVcsCache. getItem(VcsRoot root)Deprecated.Returns data related to the specified root.protected abstract StringVcsCache. getKey(VcsRoot root)Deprecated.voidVcsCache. resetCache(VcsRoot root)Deprecated. -
Uses of VcsRoot in jetbrains.vcs.api
Methods in jetbrains.vcs.api that return VcsRoot Modifier and Type Method Description VcsRootChangeData. getVcsRoot()Get VcsRoot, associated with the change.VcsRootVcsSettings. 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 classVcsServiceRootCreated 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 voidCollectChangesCommand. collectChanges(VcsRoot fromRepository, RepositoryStateData fromState, VcsRoot toRepository, RepositoryStateData toState, CheckoutRules checkoutRules, ChangesConsumer consumer)Collect changes between repositories.protected abstract voidSingleVersionCollectChangesCommand. collectChanges(VcsRoot fromRepository, String fromState, VcsRoot toRepository, String toState, CheckoutRules checkoutRules, ChangesConsumer consumer)voidSingleVersionCollectChangesCommand. 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 voidBuildPatchUtil. buildPatch(BuildPatchPolicy policy, VcsRoot vcsRoot, String fromVersion, String toVersion, PatchBuilder builder, CheckoutRules checkoutRules)
-