Interface NotificationEmailHeader
-
public interface NotificationEmailHeader
Constants for the custom e-mail headers that are used in notification e-mails.- Since:
- v4.0
-
-
Field Summary
Fields Modifier and Type Field Description static String
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.static String
X_BAMBOO_PLAN_KEY
The name of an e-mail header that holds the key for the plan which generated this notification, if applicable.static String
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.
-
-
-
Field Detail
-
X_BAMBOO_SERVER_URL
static final String 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:
- Constant Field Values
-
X_BAMBOO_NOTIFICATION_TYPE
static final String 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:
- Constant Field Values
-
X_BAMBOO_PLAN_KEY
static final String 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:
- Constant Field Values
-
-