Interface NotificationEmailHeader
public interface NotificationEmailHeader
Constants for the custom e-mail headers that are used in notification e-mails.
- Since:
- v4.0
-
Field Summary
Modifier and TypeFieldDescriptionstatic final String
The name of an e-mail header that holds the simple class name of the notification, such as CommentNotification or BuildCompletedNotification.static final String
The name of an e-mail header that holds the key for the plan which generated this notification, if applicable.static final String
The name of an e-mail header that holds the base URL of the server that generated the notification e-mail.
-
Field Details
-
X_BAMBOO_SERVER_URL
The name of an e-mail header that holds the base URL of the server that generated the notification e-mail.This header is added implicitly by the notification transport and is guaranteed to be present for all notification types.
- See Also:
-
X_BAMBOO_NOTIFICATION_TYPE
The name of an e-mail header that holds the simple class name of the notification, such as CommentNotification or BuildCompletedNotification.This header is added implicitly by the notification transport and is guaranteed to be present for all notification types.
- See Also:
-
X_BAMBOO_PLAN_KEY
The name of an e-mail header that holds the key for the plan which generated this notification, if applicable.- See Also:
-