Package jetbrains.buildServer.vcs.impl
Class VcsModificationPatchMapLogger
- java.lang.Object
-
- jetbrains.buildServer.vcs.impl.VcsModificationPatchMapLogger
-
- All Implemented Interfaces:
PatchMapLogger
public class VcsModificationPatchMapLogger extends Object implements PatchMapLogger
Created 01.05.13 17:49- Author:
- Eugene Petrenko (eugene.petrenko@jetbrains.com)
-
-
Constructor Summary
Constructors Constructor Description VcsModificationPatchMapLogger()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description FilteredVcsChange.ExcludeReasongetExcludeReason()voidnoSuchRootTypeOnBuildType(String vcsName, String vcsPath)voidreset()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
-
reset
public void reset()
-
getExcludeReason
@Nullable public FilteredVcsChange.ExcludeReason getExcludeReason()
-
-