public class

TagDeletionHookRequest

extends TagHookRequest
java.lang.Object
   ↳ com.atlassian.bitbucket.hook.repository.AbstractRepositoryHookRequest
     ↳ com.atlassian.bitbucket.event.tag.TagHookRequest
       ↳ com.atlassian.bitbucket.event.tag.TagDeletionHookRequest

Class Overview

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.

See Also

Summary

Nested Classes
class TagDeletionHookRequest.Builder  
Public Methods
@Nonnull Collection<RefChange> getRefChanges()
[Expand]
Inherited Methods
From class com.atlassian.bitbucket.event.tag.TagHookRequest
From class com.atlassian.bitbucket.hook.repository.AbstractRepositoryHookRequest
From class java.lang.Object
From interface com.atlassian.bitbucket.hook.repository.RepositoryHookRequest

Public Methods

@Nonnull public Collection<RefChange> getRefChanges ()