Class RepositoryPushEvent

All Implemented Interfaces:
RepositoryRefsChangedEvent, Serializable

@AsynchronousPreferred public class RepositoryPushEvent extends AbstractRepositoryRefsChangedEvent
Event that is raised when a user pushes one or more refs to a repository. A push does not guarantee that new commits have been added to the repository; it only guarantees at least one ref has been changed.

Listeners that are interested in all ref changes, not just those stemming from pushes (such as pull request merges), should listen for RepositoryRefsChangedEvents instead.

This event is internally audited with CoverageLevel.FULL level

See Also: