Package sonia.scm.repository.spi
Interface HookMergeDetectionProvider
public interface HookMergeDetectionProvider
- Since:
- 2.4.0
-
Method Summary
Modifier and TypeMethodDescriptionbooleanbranchesMerged(String target, String branch) Checks whetherbranchhas been merged intotarget.
-
Method Details
-
branchesMerged
Checks whetherbranchhas been merged intotarget. So this will also returntrue, whenbranchhas been deleted with this change.- Parameters:
target- The name of the branch to check, whether the other branch has been merged into.branch- The name of the branch to check, whether it has been merged into the other branch.- Returns:
truewhenbranchhas been merged intotarget,falseotherwise.
-