com.atlassian.bamboo.notification.buildcommented
Class CommentNotificationListener
java.lang.Object
com.atlassian.bamboo.notification.AbstractNotificationEventListener<BuildCommentedEvent>
com.atlassian.bamboo.notification.buildcommented.CommentNotificationListener
- All Implemented Interfaces:
- HibernateEventListener, com.atlassian.event.EventListener
public class CommentNotificationListener
- extends AbstractNotificationEventListener<BuildCommentedEvent>
Methods inherited from class com.atlassian.bamboo.notification.AbstractNotificationEventListener |
createNotificationComponent, filterNotificationRules, getHandledEventClasses, getNotificationRules, getPlan, getSystemNotificationRules, handleEvent, setCachedPlanManager, setNotificationDispatcher, setNotificationManager, setPlanManager, setSystemNotificationService |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CommentNotificationListener
public CommentNotificationListener()
handleEvent
public void handleEvent(@NotNull
BuildCommentedEvent event,
@NotNull
ImmutablePlan plan)
- Description copied from class:
AbstractNotificationEventListener
- Notification event listeners must implement this method to handle incoming events.
- Specified by:
handleEvent
in class AbstractNotificationEventListener<BuildCommentedEvent>
- Parameters:
event
- event to be handled (narrowed to effective class of event being handled)plan
- plan which is related to event being handled
setResultsSummaryManager
public void setResultsSummaryManager(ResultsSummaryManager resultsSummaryManager)
setNotificationFactory
public void setNotificationFactory(NotificationFactory notificationFactory)
Copyright © 2015 Atlassian Software Systems Pty Ltd. All rights reserved.