Class RepositoryPullEvent
java.lang.Object
java.util.EventObject
com.atlassian.bitbucket.event.ApplicationEvent
com.atlassian.bitbucket.event.repository.RepositoryEvent
com.atlassian.bitbucket.event.repository.RepositoryPullEvent
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
RepositoryCloneEvent
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:
-
Field Summary
Fields inherited from class java.util.EventObject
source -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.atlassian.bitbucket.event.repository.RepositoryEvent
getRepositoryMethods inherited from class com.atlassian.bitbucket.event.ApplicationEvent
getDate, getUserMethods inherited from class java.util.EventObject
getSource, toString
-
Constructor Details
-
RepositoryPullEvent
-