public abstract class

RepositoryEvent

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

Class Overview

Base class for all events related to repositories: pushes, pulls, merge operations, etc.

This event is internally audited with a MEDIUM priority.

Summary

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

Public Constructors

public RepositoryEvent (Object source, Repository repository)

Public Methods

@Nonnull public Repository getRepository ()