|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.atlassian.confluence.plugins.dailysummary.content.SummaryEmailProperties
public final class SummaryEmailProperties
Defines constant keys for plugin points and context keys for plugin into the recommended updates email.
Field Summary | |
---|---|
static String |
CXT_DATE
Context key for the date the email is sent value-type: Date |
static String |
CXT_PANEL_DATA
Context key for the list of panel data, this is used to pass data back to the summary email value-type: List<SummaryEmailPanelData> |
static String |
CXT_SCHEDULE
Context key for the schedule the email is sent, either daily or weekly (String) value-type: String |
static String |
CXT_USER
Context key for the recipient of the email value-type: com.atlassian.user.User |
static String |
PANEL_PLUGIN_POINT
This is the key for the web panel plugin point for the summary email. |
Constructor Summary | |
---|---|
SummaryEmailProperties()
|
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final String PANEL_PLUGIN_POINT
public static final String CXT_USER
public static final String CXT_DATE
public static final String CXT_SCHEDULE
public static final String CXT_PANEL_DATA
Constructor Detail |
---|
public SummaryEmailProperties()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |