|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface JiraListener
The basic interface that all Listeners must implement.
All Listeners must also have an empty constructor to that the ListenerFactory can create it.
IssueEventListener,
UserEventListener| Method Summary | |
|---|---|
String[] |
getAcceptedParams()
Get a list of the parameters for this listener. |
String |
getDescription()
A textual description of the listener. |
void |
init(Map params)
Initialise the listener. |
boolean |
isInternal()
Indicates whether administrators can delete this listener from within the web interface. |
boolean |
isUnique()
Whether this listener class should be unique. |
| Method Detail |
|---|
void init(Map params)
params - initialisation parametersString[] getAcceptedParams()
boolean isInternal()
boolean isUnique()
String getDescription()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||