com.atlassian.bamboo.notification.chain
Class ChainCompletedNotificationListener
java.lang.Object
com.atlassian.bamboo.notification.chain.ChainCompletedNotificationListener
- All Implemented Interfaces:
- HibernateEventListener, com.atlassian.event.EventListener
@ThreadSafe
public class ChainCompletedNotificationListener
- extends java.lang.Object
- implements HibernateEventListener
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ChainCompletedNotificationListener
public ChainCompletedNotificationListener()
getHandledEventClasses
public java.lang.Class[] getHandledEventClasses()
- Specified by:
getHandledEventClasses
in interface HibernateEventListener
- Specified by:
getHandledEventClasses
in interface com.atlassian.event.EventListener
- Returns:
- Array of Class objects this listener handles
handleEvent
public void handleEvent(com.atlassian.event.Event event)
- Specified by:
handleEvent
in interface HibernateEventListener
- Specified by:
handleEvent
in interface com.atlassian.event.EventListener
setCommitManager
public void setCommitManager(CommitManager commitManager)
setNotificationManager
public void setNotificationManager(NotificationManager notificationManager)
setNotificationDispatcher
public void setNotificationDispatcher(NotificationDispatcher notificationDispatcher)
setPlanManager
public void setPlanManager(PlanManager planManager)
setResultsSummaryManager
public void setResultsSummaryManager(ResultsSummaryManager resultsSummaryManager)
Copyright © 2012 Atlassian. All Rights Reserved.