@AsynchronousPreferred public class

RepositoryPullEvent

extends RepositoryEvent
java.lang.Object
   ↳ java.util.EventObject
     ↳ com.atlassian.bitbucket.event.ApplicationEvent
       ↳ com.atlassian.bitbucket.event.repository.RepositoryEvent
         ↳ com.atlassian.bitbucket.event.repository.RepositoryPullEvent
Known Direct Subclasses

Class Overview

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 a LOW priority.

Summary

[Expand]
Inherited Fields
From class java.util.EventObject
Public Constructors
RepositoryPullEvent(Object source, Repository repository)
[Expand]
Inherited Methods
From class com.atlassian.bitbucket.event.repository.RepositoryEvent
From class com.atlassian.bitbucket.event.ApplicationEvent
From class java.util.EventObject
From class java.lang.Object

Public Constructors

public RepositoryPullEvent (Object source, Repository repository)