@AsynchronousPreferred @TransactionAware public class RepositoryModifiedEvent extends AbstractRepositoryModificationEvent
When this event is raised, the repository's persisted state has been updated and committed, so
RepositoryEvent.getRepository()
matches the new values
.
newValue, oldValue
source
Constructor and Description |
---|
RepositoryModifiedEvent(Object source,
Repository oldValue,
Repository newValue) |
getNewValue, getOldValue, isMoved, isNameChanged, isOriginChanged, isSlugChanged, isStateChanged
getRepository
getDate, getUser
getSource, toString
public RepositoryModifiedEvent(@Nonnull Object source, @Nonnull Repository oldValue, @Nonnull Repository newValue)
Copyright © 2019 Atlassian. All rights reserved.