Interface HookModificationsProvider


public interface HookModificationsProvider
The HookDiffProvider returns modifications of branches that have been changed during the current hook.
Since:
2.48.0
  • Method Summary

    Modifier and Type
    Method
    Description
    If the given branch has been updated during the current hook, this method returns an Modifications instance with the modifications of the branch.
  • Method Details

    • getModifications

      Modifications getModifications(String branchName)
      If the given branch has been updated during the current hook, this method returns an Modifications instance with the modifications of the branch. If the branch has been deleted, this will return Removed modifications for all paths. Accordingly, if the branch has been created, this will return Added modifications for all paths.