com.atlassian.confluence.plugins.dailysummary.content
Class SummaryEmailProperties

java.lang.Object
  extended by com.atlassian.confluence.plugins.dailysummary.content.SummaryEmailProperties

public final class SummaryEmailProperties
extends Object

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

PANEL_PLUGIN_POINT

public static final String PANEL_PLUGIN_POINT
This is the key for the web panel plugin point for the summary email.

See Also:
Constant Field Values

CXT_USER

public static final String CXT_USER
Context key for the recipient of the email
value-type: com.atlassian.user.User

See Also:
Constant Field Values

CXT_DATE

public static final String CXT_DATE
Context key for the date the email is sent
value-type: Date

See Also:
Constant Field Values

CXT_SCHEDULE

public static final String CXT_SCHEDULE
Context key for the schedule the email is sent, either daily or weekly (String)
value-type: String

See Also:
Constant Field Values

CXT_PANEL_DATA

public static final 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>

See Also:
Constant Field Values
Constructor Detail

SummaryEmailProperties

public SummaryEmailProperties()


Copyright © 2003-2013 Atlassian. All Rights Reserved.