Class TagDeletedEvent

All Implemented Interfaces:
RepositoryRefsChangedEvent, Serializable

@AsynchronousPreferred public class TagDeletedEvent extends TagChangedEvent
An event that is raised when a tag is deleted using the UI or REST. Tags deleted by pushing will not trigger this event.

Listeners that are interested in all repository changes should listen for RepositoryRefsChangedEvents instead.

See Also:
  • Constructor Details

    • TagDeletedEvent

      public TagDeletedEvent(@Nonnull Object source, @Nonnull Repository repository, @Nonnull Tag tag)