@AsynchronousPreferred public class

RepositoryPullEvent

extends RepositoryEvent
java.lang.Object
   ↳ java.util.EventObject
     ↳ com.atlassian.stash.event.StashEvent
       ↳ com.atlassian.stash.event.RepositoryEvent
         ↳ com.atlassian.stash.event.RepositoryPullEvent
Known Direct Subclasses

Class Overview

Event that is raised when a git client pulls from a repository.

Summary

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

Public Constructors

public RepositoryPullEvent (Object source, Repository repository)