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
  • Field Details

    • bambooUserManager

      @Inject protected BambooUserManager bambooUserManager
    • templateRenderer

      @Inject protected TemplateRenderer templateRenderer
    • textProvider

      @Inject protected com.atlassian.struts.TextProvider textProvider
  • Constructor Details

    • AbstractAccessTokenNotification

      public AbstractAccessTokenNotification()
  • Method Details

    • getContextParams

      @NotNull protected @NotNull Map<String,Object> getContextParams()