java.lang.Object | ||||
↳ | java.util.EventObject | |||
↳ | com.atlassian.bitbucket.event.ApplicationEvent | |||
↳ | com.atlassian.bitbucket.event.repository.RepositoryEvent | |||
↳ | com.atlassian.bitbucket.event.repository.AbstractRepositoryModificationEvent |
Known Direct Subclasses |
Base class for constructing events which relate to repository modifications.
getRepository()
always returns the current persisted state for the repository. Whether that matches
the old values
or the new values
depends on the specific event, and
will be documented on the derived event class.
Fields | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
newValue | |||||||||||
oldValue |
[Expand]
Inherited Fields | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.util.EventObject
|
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Retrieves the updated repository values.
| |||||||||||
Retrieves the original repository values.
| |||||||||||
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From class
com.atlassian.bitbucket.event.repository.RepositoryEvent
| |||||||||||
From class
com.atlassian.bitbucket.event.ApplicationEvent
| |||||||||||
From class
java.util.EventObject
| |||||||||||
From class
java.lang.Object
|
Retrieves the updated repository values.
Retrieves the original repository values.