Class TreeWalkingDiffDetector
- java.lang.Object
-
- com.github.danielflower.mavenplugins.release.TreeWalkingDiffDetector
-
- All Implemented Interfaces:
DiffDetector
public class TreeWalkingDiffDetector extends Object implements DiffDetector
-
-
Constructor Summary
Constructors Constructor Description TreeWalkingDiffDetector(org.eclipse.jgit.lib.Repository repo)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanhasChangedSince(String modulePath, List<String> childModules, Collection<AnnotatedTag> tags)
-
-
-
Method Detail
-
hasChangedSince
public boolean hasChangedSince(String modulePath, List<String> childModules, Collection<AnnotatedTag> tags) throws IOException
- Specified by:
hasChangedSincein interfaceDiffDetector- Throws:
IOException
-
-