Uses of Class
jetbrains.buildServer.vcs.PathMapping
-
Packages that use PathMapping Package Description jetbrains jetbrains.buildServer.serverSide jetbrains.buildServer.serverSide.impl jetbrains.buildServer.serverSide.impl.personal -
-
Uses of PathMapping in jetbrains
Methods in jetbrains that return PathMapping Modifier and Type Method Description PathMappingMockBuildType. mapVcsPath(String path) -
Uses of PathMapping in jetbrains.buildServer.serverSide
Methods in jetbrains.buildServer.serverSide that return PathMapping Modifier and Type Method Description PathMappingSBuildType. mapVcsPath(String path)Returns path mapping for the given full VCS path of a file if this path can correspond to any of the project's VCS roots.PathMappingVcsWorkspaceAccess. mapVcsPath(String path)Returns path mapping for the given full VCS path of a file if this path can correspond to any of the project's VCS roots. -
Uses of PathMapping in jetbrains.buildServer.serverSide.impl
Methods in jetbrains.buildServer.serverSide.impl that return PathMapping Modifier and Type Method Description PathMappingBuildTypeImpl. mapVcsPath(String path)PathMappingDummyBuildType. mapVcsPath(String path)PathMappingEditableBuildTypeCopy. mapVcsPath(String path)PathMappingRemoteBuildTypeImpl. mapVcsPath(String path)PathMappingVcsWorkspaceAccessImpl. mapVcsPath(String path) -
Uses of PathMapping in jetbrains.buildServer.serverSide.impl.personal
Methods in jetbrains.buildServer.serverSide.impl.personal that return PathMapping Modifier and Type Method Description PathMappingPersonalPatchUtil. mapPathEx(String fullPath)
-