Package com.atlassian.bamboo.accesstoken
Class AbstractAccessTokenNotification
- java.lang.Object
-
- com.atlassian.bamboo.notification.AbstractNotification
-
- com.atlassian.bamboo.accesstoken.AbstractAccessTokenNotification
-
- All Implemented Interfaces:
Notification
,Notification.HtmlImContentProvidingNotification
- Direct Known Subclasses:
AccessTokenCreatedNotification
,AccessTokenDeletedNotification
public abstract class AbstractAccessTokenNotification extends AbstractNotification
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface com.atlassian.bamboo.notification.Notification
Notification.HtmlImContentProvidingNotification
-
-
Field Summary
Fields Modifier and Type Field Description protected BambooUserManager
bambooUserManager
protected TemplateRenderer
templateRenderer
protected com.atlassian.struts.TextProvider
textProvider
-
Fields inherited from class com.atlassian.bamboo.notification.AbstractNotification
NAVIGATION_SOURCE
-
-
Constructor Summary
Constructors Constructor Description AbstractAccessTokenNotification()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected @NotNull Map<String,Object>
getContextParams()
-
Methods inherited from class com.atlassian.bamboo.notification.AbstractNotification
addRecipient, applyDefaultCssStyles, excludeRecipient, getCommitUrl, getEvent, getExcludedNotificationRecipients, getHtmlImContent, getNotificationRecipients, getPojoEvent, getRepositoryData, getRepositoryData, setEvent, setEvent, setExcludedNotificationRecipients, setNotificationRecipients
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface com.atlassian.bamboo.notification.Notification
getDescription, getEmailSubject, getHtmlEmailContent, getIMContent, getTextEmailContent
-
-
-
-
Field Detail
-
bambooUserManager
@Inject protected BambooUserManager bambooUserManager
-
templateRenderer
@Inject protected TemplateRenderer templateRenderer
-
textProvider
@Inject protected com.atlassian.struts.TextProvider textProvider
-
-