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 classSCheckedOutDirServer-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 ofCheckedOutDirobjects 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 intCheckedOutDir. 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 StringVcsUtil. convertToVcsPathForDir(CheckedOutDir checkedOutDir, String filePath)static StringVcsUtil. convertToVcsPathFromFilePath(CheckedOutDir checkedOutDir, String filePath)
-