Uses of Class
jetbrains.buildServer.serverSide.vcs.CheckedOutDir
-
Packages that use CheckedOutDir Package Description jetbrains.buildServer.serverSide.vcs jetbrains.buildServer.vcs.impl -
-
Uses of CheckedOutDir in jetbrains.buildServer.serverSide.vcs
Subclasses of CheckedOutDir in jetbrains.buildServer.serverSide.vcs Modifier and Type Class Description class
SCheckedOutDir
Server-side version of CheckedOutDir.Methods in jetbrains.buildServer.serverSide.vcs that return types with arguments of type CheckedOutDir 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)
Methods in jetbrains.buildServer.serverSide.vcs with parameters of type CheckedOutDir Modifier and Type Method Description int
CheckedOutDir. compareTo(CheckedOutDir o)
-
Uses of CheckedOutDir in jetbrains.buildServer.vcs.impl
Methods in jetbrains.buildServer.vcs.impl with parameters of type CheckedOutDir Modifier and Type Method Description static String
VcsUtil. convertToVcsPathForDir(CheckedOutDir checkedOutDir, String filePath)
static String
VcsUtil. convertToVcsPathFromFilePath(CheckedOutDir checkedOutDir, String filePath)
-