public class

RepositoryMirrorSynchronizationFailedEvent

extends AbstractRepositoryMirrorEvent
java.lang.Object
   ↳ java.util.EventObject
     ↳ com.atlassian.bitbucket.event.ApplicationEvent
       ↳ com.atlassian.bitbucket.event.mirror.AbstractRepositoryMirrorEvent
         ↳ com.atlassian.bitbucket.event.mirror.RepositoryMirrorSynchronizationFailedEvent

Class Overview

This event signals that a Repository has failed to synchronize on a mirror.

Summary

Nested Classes
class RepositoryMirrorSynchronizationFailedEvent.Builder  
[Expand]
Inherited Fields
From class java.util.EventObject
Public Constructors
@Deprecated RepositoryMirrorSynchronizationFailedEvent(Object source, String mirrorServerId, Repository repository)
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

Public Constructors

@Deprecated public RepositoryMirrorSynchronizationFailedEvent (Object source, String mirrorServerId, Repository repository)

This constructor is deprecated.
in 6.5 for removal in 7.0. Use RepositoryMirrorSynchronizationFailedEvent.Builder instead.

Parameters
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