public class RepositoryMirrorSynchronizationFailedEvent extends AbstractRepositoryMirrorEvent
Repository
has failed to synchronize on a mirror.Modifier and Type | Class and Description |
---|---|
static class |
RepositoryMirrorSynchronizationFailedEvent.Builder |
source
Constructor and Description |
---|
RepositoryMirrorSynchronizationFailedEvent(Object source,
String mirrorServerId,
Repository repository)
Deprecated.
in 6.5 for removal in 7.0. Use
RepositoryMirrorSynchronizationFailedEvent.Builder instead. |
getMirrorServerId, getMirrorServerName, getRepository
getDate, getUser
getSource, toString
@Deprecated public RepositoryMirrorSynchronizationFailedEvent(@Nonnull Object source, @Nonnull String mirrorServerId, @Nonnull Repository repository)
RepositoryMirrorSynchronizationFailedEvent.Builder
instead.source
- the object which raised this eventmirrorServerId
- the id of the mirror for which this event is raisedrepository
- the repository for which this event should be raisedCopyright © 2019 Atlassian. All rights reserved.