@AsynchronousPreferred @TransactionAware public class ProjectModifiedEvent extends AbstractProjectModificationEvent
When this event is raised, the project's persisted state has been updated and committed, so ProjectEvent.getProject()
matches the new values
.
newValue, oldValue
source
Constructor and Description |
---|
ProjectModifiedEvent(Object source,
Project oldValue,
Project newValue) |
getNewValue, getOldValue, isDescriptionChanged, isKeyChanged, isNameChanged
getProject
getDate, getUser
getSource, toString
Copyright © 2019 Atlassian. All rights reserved.