Class PreReceiveRepositoryHookEvent


@Event public final class PreReceiveRepositoryHookEvent extends WrappedRepositoryHookEvent
Pre receive repository hook events are fired before a change is written through the repository. This class is wrapper of RepositoryHookEvent for the event system of SCM-Manager.
Since:
1.23
  • Constructor Details

    • PreReceiveRepositoryHookEvent

      public PreReceiveRepositoryHookEvent(RepositoryHookEvent wrappedEvent)