Class RepositoryHookDeletedEvent

All Implemented Interfaces:
Serializable

@AsynchronousPreferred @TransactionAware public class RepositoryHookDeletedEvent extends RepositoryHookEvent
Fired when a repository hook is deleted
Since:
5.15
See Also:
  • Constructor Details

    • RepositoryHookDeletedEvent

      public RepositoryHookDeletedEvent(@Nonnull Object source, @Nonnull Scope scope, @Nonnull String repositoryHookKey)
      Parameters:
      source - the object on which the Event initially occurred
      repositoryHookKey - the key of the repository hook
      scope - scope that the hook event was created for