java.lang.Object | ||||
↳ | java.util.EventObject | |||
↳ | com.atlassian.bitbucket.event.ApplicationEvent | |||
↳ | com.atlassian.bitbucket.event.mirror.AbstractRepositoryMirrorEvent | |||
↳ | com.atlassian.bitbucket.event.mirror.RepositoryMirrorSynchronizationFailedEvent |
This event signals that a Repository
has failed to synchronize on a mirror.
Nested Classes | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
RepositoryMirrorSynchronizationFailedEvent.Builder |
[Expand]
Inherited Fields | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.util.EventObject
|
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
This constructor is deprecated.
in 6.5 for removal in 7.0. Use
RepositoryMirrorSynchronizationFailedEvent.Builder instead.
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From class
com.atlassian.bitbucket.event.mirror.AbstractRepositoryMirrorEvent
| |||||||||||
From class
com.atlassian.bitbucket.event.ApplicationEvent
| |||||||||||
From class
java.util.EventObject
| |||||||||||
From class
java.lang.Object
| |||||||||||
From interface
com.atlassian.bitbucket.event.mirror.MirrorEvent
| |||||||||||
From interface
com.atlassian.bitbucket.event.mirror.RepositoryMirrorEvent
|
This constructor is deprecated.
in 6.5 for removal in 7.0. Use RepositoryMirrorSynchronizationFailedEvent.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 |