Class BranchCreationHookRequest

All Implemented Interfaces:
RepositoryHookRequest

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