@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, oldValuesource| Constructor and Description |
|---|
RepositoryModifiedEvent(Object source,
Repository oldValue,
Repository newValue) |
getNewValue, getOldValue, isMoved, isNameChanged, isOriginChanged, isSlugChanged, isStateChangedgetRepositorygetDate, getUsergetSource, toStringpublic RepositoryModifiedEvent(@Nonnull Object source, @Nonnull Repository oldValue, @Nonnull Repository newValue)
Copyright © 2019 Atlassian. All rights reserved.