java.lang.Object | |||
↳ | java.util.EventObject | ||
↳ | com.atlassian.bitbucket.event.ApplicationEvent | ||
↳ | com.atlassian.bitbucket.event.hook.RepositoryHookEvent |
Known Direct Subclasses |
Children of this event are fired when repository hooks are changed.
This event is internally audited with a HIGH priority.
[Expand]
Inherited Fields | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.util.EventObject
|
Protected Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
This constructor is deprecated.
in 5.2 for removal in 6.0. Use
RepositoryHookEvent(Object, String, Scope) instead.
| |||||||||||
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
This method is deprecated.
in 5.2 for removal in 6.0. Use
getScope() instead. This will return null when
RepositoryHookEvent is fired for any Scope other than RepositoryScope
| |||||||||||
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From class
com.atlassian.bitbucket.event.ApplicationEvent
| |||||||||||
From class
java.util.EventObject
| |||||||||||
From class
java.lang.Object
|
This constructor is deprecated.
in 5.2 for removal in 6.0. Use RepositoryHookEvent(Object, String, Scope)
instead.
This method is deprecated.
in 5.2 for removal in 6.0. Use getScope()
instead. This will return null
when
RepositoryHookEvent
is fired for any Scope
other than RepositoryScope