Uses of Class
jetbrains.buildServer.vcs.VcsRootEntry
-
-
Uses of VcsRootEntry in jetbrains
Methods in jetbrains that return types with arguments of type VcsRootEntry Modifier and Type Method Description List<VcsRootEntry>
MockBuildType. getOwnVcsRootEntries()
List<VcsRootEntry>
MockBuildType. getVcsRootEntries()
-
Uses of VcsRootEntry in jetbrains.buildServer.agent
Methods in jetbrains.buildServer.agent that return types with arguments of type VcsRootEntry Modifier and Type Method Description List<VcsRootEntry>
AgentBuildSettings. getVcsRootEntries()
Returns VCS root entries associated with this build, i.e. -
Uses of VcsRootEntry in jetbrains.buildServer.agent.impl
Methods in jetbrains.buildServer.agent.impl that return types with arguments of type VcsRootEntry Modifier and Type Method Description List<VcsRootEntry>
AgentBuildSettingsImpl. getVcsRootEntries()
List<VcsRootEntry>
AgentBuildSettingsProxy. getVcsRootEntries()
-
Uses of VcsRootEntry in jetbrains.buildServer.agent.impl.patch
Methods in jetbrains.buildServer.agent.impl.patch that return types with arguments of type VcsRootEntry Modifier and Type Method Description List<VcsRootEntry>
VcsRootEntriesSorter. getSortedEntries()
-
Uses of VcsRootEntry in jetbrains.buildServer.agentServer
Methods in jetbrains.buildServer.agentServer that return types with arguments of type VcsRootEntry Modifier and Type Method Description List<VcsRootEntry>
AgentBuild. getVcsRootEntries()
Method parameters in jetbrains.buildServer.agentServer with type arguments of type VcsRootEntry Modifier and Type Method Description void
AgentBuild. setVcsRootEntries(List<? extends VcsRootEntry> vcsRootEntries)
-
Uses of VcsRootEntry in jetbrains.buildServer.controllers.admin.projects
Methods in jetbrains.buildServer.controllers.admin.projects that return types with arguments of type VcsRootEntry Modifier and Type Method Description List<VcsRootEntry>
VcsSettingsBean. getVcsRoots()
-
Uses of VcsRootEntry in jetbrains.buildServer.serverSide
Methods in jetbrains.buildServer.serverSide that return types with arguments of type VcsRootEntry Modifier and Type Method Description List<VcsRootEntry>
BuildTypeOwnSettings. getOwnVcsRootEntries()
List<VcsRootEntry>
SBuildType. getOwnVcsRootEntries()
List<VcsRootEntry>
AbstractBuildSettings. getVcsRootEntries()
List<VcsRootEntry>
BuildTypeSettings. getVcsRootEntries()
Returns all entries of vcs roots.List<VcsRootEntry>
ReadOnlyBuildSettings. getVcsRootEntries()
Returns VCS root entries associated with this build, i.e.List<VcsRootEntry>
ReadOnlyBuildTypeSettings. getVcsRootEntries()
List<VcsRootEntry>
ReadOnlyBuildTypeSettingsAdapter. getVcsRootEntries()
List<VcsRootEntry>
ReadOnlyBuildTypeSettingsImpl. getVcsRootEntries()
-
Uses of VcsRootEntry in jetbrains.buildServer.serverSide.impl
Methods in jetbrains.buildServer.serverSide.impl with parameters of type VcsRootEntry Modifier and Type Method Description Collection<String>
MockPersonalSupport. mapFullPath(VcsRootEntry rootEntry, String fullPath)
Method parameters in jetbrains.buildServer.serverSide.impl with type arguments of type VcsRootEntry Modifier and Type Method Description BuildTypeSettingsImpl
BuildTypeSettingsFactory. createEmptySettingsWithCustomVcsRoots(ProjectEx project, List<VcsRootEntry> vcsRootEntries)
BuildTypeSettingsImpl
BuildTypeSettingsFactoryImpl. createEmptySettingsWithCustomVcsRoots(ProjectEx project, List<VcsRootEntry> vcsRootEntries)
-
Uses of VcsRootEntry in jetbrains.buildServer.serverSide.vcs
Method parameters in jetbrains.buildServer.serverSide.vcs with type arguments of type VcsRootEntry Modifier and Type Method Description static List<CheckedOutDir>
CheckedOutDir. createListFor(List<? extends VcsRootEntry> entries)
Creates list ofCheckedOutDir
objects corresponding to the vcs entries.static List<CheckedOutDir>
CheckedOutDir. findCheckedOutDirsByPath(String path, List<? extends VcsRootEntry> entries)
-
Uses of VcsRootEntry in jetbrains.buildServer.vcs
Subclasses of VcsRootEntry in jetbrains.buildServer.vcs Modifier and Type Class Description class
VcsRootInstanceEntry
Methods in jetbrains.buildServer.vcs with parameters of type VcsRootEntry Modifier and Type Method Description Collection<String>
VcsPersonalSupport. mapFullPath(VcsRootEntry rootEntry, String fullPath)
Converts full path to path (or collection of paths) relative in relation to provided VCS root.Method parameters in jetbrains.buildServer.vcs with type arguments of type VcsRootEntry Modifier and Type Method Description List<Boolean>
VcsBulkSuitabilityChecker. checkSuitable(List<VcsRootEntry> entries, Collection<String> paths)
Perform a bulk check for which from a set of VcsRootEntries can be affected by at least one VCS path from given collection.List<VcsRootInstanceEntry>
VcsRootInstancesManagerEx. getTemporaryVcsRootInstanceEntries(List<VcsRootEntry> entries, ValueResolver resolver)
Same asVcsRootInstancesManagerEx.getTemporaryVcsRootInstance(SVcsRoot, jetbrains.buildServer.parameters.ValueResolver)
but for root entries.List<VcsRootInstanceEntry>
VcsRootInstancesManagerEx. getVcsRootInstanceEntries(List<VcsRootEntry> entries, ValueResolver resolver)
Constructor parameters in jetbrains.buildServer.vcs with type arguments of type VcsRootEntry Constructor Description CheckoutRulesIntersectionCalculator(Iterable<VcsRootEntry> vcsRootEntries)
-
Uses of VcsRootEntry in jetbrains.buildServer.vcs.impl
Method parameters in jetbrains.buildServer.vcs.impl with type arguments of type VcsRootEntry Modifier and Type Method Description Browser
VcsBrowserFactory. createBrowser(List<VcsRootEntry> rootEntries, ValueResolver valueResolver, boolean dirsOnly)
List<VcsRootInstanceEntry>
VcsRootInstancesManagerImpl. getTemporaryVcsRootInstanceEntries(List<VcsRootEntry> entries, ValueResolver resolver)
List<VcsRootInstanceEntry>
VcsRootInstancesManagerImpl. getVcsRootInstanceEntries(List<VcsRootEntry> entries, ValueResolver resolver)
-