@Immutable @ParametersAreNonnullByDefault public final class TerminologyEntryChangedEvent extends AbstractTerminologyEvent
That means all occurrences of originalName will be visible as
newName and newNamePlural instead of oldName and oldNamePlural.
In Jira Data Center the event is published only for changes done on current Jira node.
newName, newNamePlural, oldName, oldNamePlural, originalName| Constructor and Description |
|---|
TerminologyEntryChangedEvent(Optional<TerminologyEntry> previousEntry,
TerminologyEntry currentEntry) |
equals, getNewName, getNewNamePlural, getOldName, getOldNamePlural, getOriginalName, hashCode, toStringpublic TerminologyEntryChangedEvent(Optional<TerminologyEntry> previousEntry, TerminologyEntry currentEntry)
Copyright © 2002-2023 Atlassian. All Rights Reserved.