Class NotificationEventBean
java.lang.Object
com.atlassian.jira.rest.api.notification.NotificationEventBean
Information about the event. This might be either system event or an event configured by JIRA administrator. Only
events configured by JIRA administrators have template.
-
Constructor Summary
ConstructorsConstructorDescriptionNotificationEventBean
(Long id, String name, String description, NotificationEventBean templateEvent) -
Method Summary
-
Constructor Details
-
NotificationEventBean
public NotificationEventBean(Long id, String name, String description, NotificationEventBean templateEvent)
-
-
Method Details
-
getId
-
getName
-
getDescription
-
getTemplateEvent
-