Class RepositoryOtherWriteEvent

All Implemented Interfaces:
Serializable

@AsynchronousPreferred public class RepositoryOtherWriteEvent extends RepositoryEvent
Raised when a repository is accessed for write but not pushing refs.

Some SCMs may have multi-step processing for push operations, such as the ref negotiation phase of a git push. This event should be raised for preliminary requests leading up to the push. Some SCM implementations may not raise this event.

This event is internally audited with CoverageLevel.FULL level

See Also:
  • Constructor Details

    • RepositoryOtherWriteEvent

      public RepositoryOtherWriteEvent(@Nonnull Object source, @Nonnull Repository repository)