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 PathMapping
MockBuildType. mapVcsPath(String path)
-
Uses of PathMapping in jetbrains.buildServer.serverSide
Methods in jetbrains.buildServer.serverSide that return PathMapping Modifier and Type Method Description PathMapping
SBuildType. 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.PathMapping
VcsWorkspaceAccess. 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 PathMapping
BuildTypeImpl. mapVcsPath(String path)
PathMapping
DummyBuildType. mapVcsPath(String path)
PathMapping
EditableBuildTypeCopy. mapVcsPath(String path)
PathMapping
RemoteBuildTypeImpl. mapVcsPath(String path)
PathMapping
VcsWorkspaceAccessImpl. 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 PathMapping
PersonalPatchUtil. mapPathEx(String fullPath)
-