java.lang.Object | |
↳ | com.atlassian.jira.mock.event.MockListener |
![]() |
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Returns the parameters used by this listener.
| |||||||||||
Returns a textual description of the listener.
| |||||||||||
Indicates whether this listener is internal, meaning it cannot be
removed by an administrator.
| |||||||||||
Indicates whether JIRA should only create one instance of this listener.
|
[Expand]
Inherited Methods | |||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||||||||||||
![]()
|
Returns the parameters used by this listener.
Returns a textual description of the listener. You can include HTML if required, but do not use tables or DHTML, as the description may be displayed inside tables or frames.
A good description will describe what this listener does and explain the parameters required for configuring it.Indicates whether this listener is internal, meaning it cannot be removed by an administrator.
true
if this is an Atlassian listener, otherwise Indicates whether JIRA should only create one instance of this listener. For example, having multiple mail listeners would be fine if you wanted multiple mails sent out. For other listeners, such as cache listeners, it makes no sense to have multiple instances.