public interface NotificationEmailHeader
Modifier and Type | Field and 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.
|
static final String X_BAMBOO_SERVER_URL
This header is added implicitly by the notification transport and is guaranteed to be present for all notification types.
static final String X_BAMBOO_NOTIFICATION_TYPE
This header is added implicitly by the notification transport and is guaranteed to be present for all notification types.
static final String X_BAMBOO_PLAN_KEY
Copyright © 2022 Atlassian Software Systems Pty Ltd. All rights reserved.