Class TagCreatedEvent

All Implemented Interfaces:
RepositoryRefsChangedEvent, Serializable

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

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

See Also:
  • Constructor Details

    • TagCreatedEvent

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