public class AbstractProjectModificationEvent extends ProjectEvent
ProjectEvent.getProject() always returns the current persisted state for the project. Whether that matches
the old values or the new values depends on the specific event, and
will be documented on the derived event class.
| Modifier and Type | Field and Description |
|---|---|
protected Project |
newValue |
protected Project |
oldValue |
source| Constructor and Description |
|---|
AbstractProjectModificationEvent(Object source,
Project project,
Project oldValue,
Project newValue) |
| Modifier and Type | Method and Description |
|---|---|
Project |
getNewValue() |
Project |
getOldValue() |
boolean |
isDescriptionChanged() |
boolean |
isKeyChanged() |
boolean |
isNameChanged() |
getProjectgetDate, getUsergetSource, toStringCopyright © 2019 Atlassian. All rights reserved.