Interface HookBranchProvider


public interface HookBranchProvider
The HookBranchProvider returns information about branch changes during the current hook.
Since:
1.45
  • Method Details

    • getCreatedOrModified

      List<String> getCreatedOrModified()
      Returns the list of created or modified branch names.
      Returns:
      list of created or modified branches
    • getDeletedOrClosed

      List<String> getDeletedOrClosed()
      Returns the list deleted or closed branch names.
      Returns:
      list of deleted or closed branches