com.atlassian.bamboo.notification
Interface NotificationEmailHeader


public interface NotificationEmailHeader

Constants for the custom e-mail headers that are used in notification e-mails.

Since:
v4.0

Field Summary
static java.lang.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 java.lang.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 java.lang.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 java.lang.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 java.lang.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 java.lang.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


Copyright © 2012 Atlassian. All Rights Reserved.