java.lang.Object | |
↳ | com.atlassian.jira.mock.MockListenerManager |
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Creates a new JiraListener.
| |||||||||||
Deletes any listeners of the given class.
| |||||||||||
Returns a map of listeners.
| |||||||||||
Invoked when another node in the cluster has refreshed its listeners.
| |||||||||||
Reloads the map of listeners from the db.
|
[Expand]
Inherited Methods | |||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||||||||||||
![]()
|
Creates a new JiraListener.
name | The name of the Listener |
---|---|
clazz | The class of the Listener. |
Deletes any listeners of the given class.
clazz | The class of the Listener. |
---|
Returns a map of listeners. The map contains mappings from the listener name to listener class.
Invoked when another node in the cluster has refreshed its listeners.
Reloads the map of listeners from the db.