Class PatchMapLoggerAdapter
- java.lang.Object
-
- jetbrains.buildServer.serverSide.vcs.PatchMapLoggerAdapter
-
- All Implemented Interfaces:
PatchMapLogger
public class PatchMapLoggerAdapter extends Object implements PatchMapLogger
Simple adapter of thePatchMapLoggerlistener interface. Does nothing.
-
-
Constructor Summary
Constructors Constructor Description PatchMapLoggerAdapter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidnoSuchRootTypeOnBuildType(String vcsName, String vcsPath)voidseveralVcsRootsForOneFile(String vcsName, String vcsPath, String actuallyMapped, String ignoredMappedPaths)voidskippedByCheckoutRule(String vcsName, String vcsPath, Collection<String> mappedPaths)voidvcsSupportHasFailedToMapPath(String vcsName, String vcsPath)voidvcsSupportWasNotFound(String vcsName, String vcsPath)
-
-
-
Method Detail
-
noSuchRootTypeOnBuildType
public void noSuchRootTypeOnBuildType(String vcsName, String vcsPath)
- Specified by:
noSuchRootTypeOnBuildTypein interfacePatchMapLogger
-
vcsSupportWasNotFound
public void vcsSupportWasNotFound(String vcsName, String vcsPath)
- Specified by:
vcsSupportWasNotFoundin interfacePatchMapLogger
-
vcsSupportHasFailedToMapPath
public void vcsSupportHasFailedToMapPath(String vcsName, String vcsPath)
- Specified by:
vcsSupportHasFailedToMapPathin interfacePatchMapLogger
-
skippedByCheckoutRule
public void skippedByCheckoutRule(String vcsName, String vcsPath, Collection<String> mappedPaths)
- Specified by:
skippedByCheckoutRulein interfacePatchMapLogger- Parameters:
vcsName- Vcs namevcsPath- Original path obtained from IDE pluginmappedPaths- target paths for the vcsPath, returned by VCS support
-
severalVcsRootsForOneFile
public void severalVcsRootsForOneFile(String vcsName, String vcsPath, String actuallyMapped, String ignoredMappedPaths)
- Specified by:
severalVcsRootsForOneFilein interfacePatchMapLogger
-
-