java.lang.Object | ||||
↳ | java.util.EventObject | |||
↳ | com.atlassian.bitbucket.event.ApplicationEvent | |||
↳ | com.atlassian.bitbucket.event.mirror.AbstractRepositoryMirrorEvent | |||
↳ | com.atlassian.bitbucket.event.mirror.RepositoryMirrorSynchronizedEvent |
This event signals that a Repository
has been synchronized on a mirror
Nested Classes | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
RepositoryMirrorSynchronizedEvent.Builder |
[Expand]
Inherited Fields | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
This constructor is deprecated.
in 6.5 for removal in 7.0. Use
RepositoryMirrorSynchronizedEvent.Builder instead.
|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() | |||||||||||
![]() | |||||||||||
![]() | |||||||||||
![]() | |||||||||||
![]() |
This constructor is deprecated.
in 6.5 for removal in 7.0. Use RepositoryMirrorSynchronizedEvent.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 |
failedRefs | Collection of all MinimalRef s that failed to be synced by the mirror |
refChanges | Collection of all RefChange s that the mirror synced |