Class Overview
This event signals that a Repository
has been synchronized on a mirror
Summary
[Expand]
Inherited Fields |
From class
java.util.EventObject
|
Public Constructors
public
RepositoryMirrorSynchronizedEvent
(Object source, String mirrorServerId, Repository repository, Collection<MinimalRef> failedRefs, Collection<RefChange> refChanges)
Public Methods
@Nonnull
public
Collection<MinimalRef>
getFailedRefs
()
Returns
- a collection of refs which failed to update on the mirror
@Nonnull
public
Collection<RefChange>
getRefChanges
()
Returns
- a collection of refs successfully updated on the mirror