Package com.atlassian.jira.notification
Class CustomFieldValueNotification
java.lang.Object
com.atlassian.jira.notification.AbstractNotification
com.atlassian.jira.notification.CustomFieldValueNotification
- All Implemented Interfaces:
Notification
Notification to users who are specified in the value of a custom field.
- Since:
- 7.0
-
Constructor Summary
ConstructorsConstructorDescriptionCustomFieldValueNotification
(Long id, NotificationType notificationType, CustomField customField, String parameter) -
Method Summary
Methods inherited from class com.atlassian.jira.notification.AbstractNotification
equals, getId, getNotificationType, getParameter, hashCode, toString
-
Constructor Details
-
CustomFieldValueNotification
public CustomFieldValueNotification(Long id, NotificationType notificationType, CustomField customField, String parameter)
-
-
Method Details
-
getCustomField
-
accept
-