Uses of Class
jetbrains.buildServer.vcs.VcsItem
-
Packages that use VcsItem Package Description jetbrains.buildServer.ideaSettings jetbrains.buildServer.vcs.impl -
-
Uses of VcsItem in jetbrains.buildServer.ideaSettings
Methods in jetbrains.buildServer.ideaSettings that return types with arguments of type VcsItem Modifier and Type Method Description List<VcsItem>ContentProvider. listItems(String relativePath)List available items for given path (both files and directories)List<VcsItem>FileContentProvider. listItems(String relativePath)List<VcsItem>SubdirectoryDecorator. listItems(String relativePath) -
Uses of VcsItem in jetbrains.buildServer.vcs.impl
Methods in jetbrains.buildServer.vcs.impl that return types with arguments of type VcsItem Modifier and Type Method Description List<VcsItem>MixedContentProvider. listItems(String relativePath)
-