Class AbstractRepositoryMirrorEvent

java.lang.Object
java.util.EventObject
com.atlassian.bitbucket.event.ApplicationEvent
com.atlassian.bitbucket.event.mirror.AbstractRepositoryMirrorEvent
All Implemented Interfaces:
MirrorEvent, RepositoryMirrorEvent, Serializable
Direct Known Subclasses:
RepositoryMirrorSynchronizationFailedEvent, RepositoryMirrorSynchronizedEvent

public class AbstractRepositoryMirrorEvent extends ApplicationEvent implements RepositoryMirrorEvent
Base class for Repository events that have been raised on a mirror.

This class does not extend RepositoryEvent because events derived from this class relate to mirrored repositories while the RepositoryEvent hierarchy relates to local repositories.

Since:
5.0
See Also: