Class BranchDeletionHookRequest

All Implemented Interfaces:
RepositoryHookRequest

public class BranchDeletionHookRequest extends BranchHookRequest
A hook request that is raised just before a branch is deleted using the UI or REST. Branches deleted by pushing will trigger a standard RepositoryHookRequest and not this specific type.
Since:
5.0
See Also: