public interface JiraListener extends EventListener
EventListener
.
Implementations must have a no-arg constructor so that JIRA can create them.
IssueEventListener
,
UserEventListener
Modifier and Type | Method and Description |
---|---|
String[] |
getAcceptedParams()
Returns the parameters used by this listener.
|
String |
getDescription()
Returns a textual description of the listener.
|
void |
init(Map<String,String> params)
Initialises the listener with the given parameters.
|
boolean |
isInternal()
Indicates whether this listener is internal, meaning it cannot be
removed by an administrator.
|
boolean |
isUnique()
Indicates whether JIRA should only create one instance of this listener.
|
void init(Map<String,String> params)
params
- the initialisation parameters given in the Listener PropertiesString[] getAcceptedParams()
boolean isInternal()
true
if this is an Atlassian listener, otherwise boolean isUnique()
String getDescription()
A good description will describe what this listener does and explain the parameters required for configuring it.
Copyright © 2002-2021 Atlassian. All Rights Reserved.