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.ExcludeReason
getExcludeReason()
void
noSuchRootTypeOnBuildType(String vcsName, String vcsPath)
void
reset()
void
severalVcsRootsForOneFile(String vcsName, String vcsPath, String actuallyMapped, String ignoredMappedPaths)
void
skippedByCheckoutRule(String vcsName, String vcsPath, Collection<String> mappedPaths)
void
vcsSupportHasFailedToMapPath(String vcsName, String vcsPath)
void
vcsSupportWasNotFound(String vcsName, String vcsPath)
-
-
-
Method Detail
-
noSuchRootTypeOnBuildType
public void noSuchRootTypeOnBuildType(String vcsName, String vcsPath)
- Specified by:
noSuchRootTypeOnBuildType
in interfacePatchMapLogger
-
vcsSupportWasNotFound
public void vcsSupportWasNotFound(String vcsName, String vcsPath)
- Specified by:
vcsSupportWasNotFound
in interfacePatchMapLogger
-
vcsSupportHasFailedToMapPath
public void vcsSupportHasFailedToMapPath(String vcsName, String vcsPath)
- Specified by:
vcsSupportHasFailedToMapPath
in interfacePatchMapLogger
-
skippedByCheckoutRule
public void skippedByCheckoutRule(String vcsName, String vcsPath, Collection<String> mappedPaths)
- Specified by:
skippedByCheckoutRule
in 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:
severalVcsRootsForOneFile
in interfacePatchMapLogger
-
reset
public void reset()
-
getExcludeReason
@Nullable public FilteredVcsChange.ExcludeReason getExcludeReason()
-
-