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() |
getProject
getDate, getUser
getSource, toString
Copyright © 2019 Atlassian. All rights reserved.