Class TagDeletionHookRequest

All Implemented Interfaces:
RepositoryHookRequest

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