Package sonia.scm.repository.api
Interface HookBranchProvider
public interface HookBranchProvider
The HookBranchProvider returns information about branch changes during the
current hook.
- Since:
- 1.45
-
Method Summary
Modifier and TypeMethodDescriptionReturns the list of created or modified branch names.Returns the list deleted or closed branch names.
-
Method Details
-
getCreatedOrModified
Returns the list of created or modified branch names.- Returns:
- list of created or modified branches
-
getDeletedOrClosed
Returns the list deleted or closed branch names.- Returns:
- list of deleted or closed branches
-