package

com.atlassian.bitbucket.event.tag

Classes

TagChangedEvent Base event for any operations on tags. 
TagChangeRequestedEvent This class is deprecated. in 5.0 for removal in 6.0. Listeners for TagChangeRequestEvent or one of its subclasses should implement a PreRepositoryHook and check the request for the appropriate trigger(s)  
TagCreatedEvent An event that is raised when a tag is created using the UI or REST. 
TagCreationHookRequest A hook request that is raised just before a tag is created using the UI or REST. 
TagCreationHookRequest.Builder  
TagCreationRequestedEvent This class is deprecated. in 5.0 for removal in 6.0. Listeners for TagCreationRequestEvent or one of its subclasses should implement a PreRepositoryHook and check the request for the TAG_CREATE trigger  
TagDeletedEvent An event that is raised when a tag is deleted using the UI or REST. 
TagDeletionHookRequest A hook request that is raised just before a tag is deleted using the UI or REST. 
TagDeletionHookRequest.Builder  
TagDeletionRequestedEvent This class is deprecated. in 5.0 for removal in 6.0. Listeners for TagDeletionRequestEvent or one of its subclasses should implement a PreRepositoryHook and check the request for the TAG_DELETE trigger  
TagHookRequest  
TagHookRequest.AbstractBuilder<B extends AbstractBuilder<B>>