Class RepositoryPullEvent

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
RepositoryCloneEvent

@AsynchronousPreferred public class RepositoryPullEvent extends RepositoryEvent
Raised when an SCM client pulls from a repository. A more specific RepositoryCloneEvent is raised if the pull clones the entire repository. This event will be raised directly for incremental pulls, such as when using git fetch.

This event is internally audited with CoverageLevel.FULL level

See Also:
  • Constructor Details

    • RepositoryPullEvent

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