java.lang.Object | |||
↳ | java.util.EventObject | ||
↳ | com.atlassian.bitbucket.event.ApplicationEvent | ||
↳ | com.atlassian.bitbucket.event.mirror.AbstractRepositoryMirrorEvent |
![]() |
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.
Nested Classes | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
AbstractRepositoryMirrorEvent.Builder<B extends Builder, T extends AbstractRepositoryMirrorEvent> |
[Expand]
Inherited Fields | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
This constructor is deprecated.
in 6.5 for removal in 7.0. Use
AbstractRepositoryMirrorEvent.Builder instead.
|
Protected Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() | |||||||||||
![]() | |||||||||||
![]() | |||||||||||
![]() |
This constructor is deprecated.
in 6.5 for removal in 7.0. Use AbstractRepositoryMirrorEvent.Builder
instead.
source | the object which raised this event |
---|---|
mirrorServerId | the id of the mirror for which this event is raised |
repository | the repository for which this event should be raised |