| java.lang.Object | ||
| ↳ | com.atlassian.jira.notification.type.AbstractNotificationType | |
| ↳ | com.atlassian.jira.notification.type.TypeForTesting2 | |
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Validate the configuration (the argument in
getRecipients(com.atlassian.jira.event.issue.IssueEvent, String))
when it is entered in the "Add Notification" page. | |||||||||||
Type identifier (currently unused).
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
From class
com.atlassian.jira.notification.type.AbstractNotificationType
| |||||||||||||||||||||||
From class
java.lang.Object
| |||||||||||||||||||||||
From interface
com.atlassian.jira.notification.NotificationType
| |||||||||||||||||||||||
Validate the configuration (the argument in getRecipients(com.atlassian.jira.event.issue.IssueEvent, String))
when it is entered in the "Add Notification" page.
For instance, a group notification type might check if the entered group exists.
| key | Key of relevant value in parameters |
|---|---|
| parameters | HTML form parameters (only the keyed entry is relevant). |

