com.atlassian.bamboo.notification.buildcommented
Class CommentNotificationListener

java.lang.Object
  extended by com.atlassian.bamboo.notification.buildcommented.CommentNotificationListener
All Implemented Interfaces:
HibernateEventListener, com.atlassian.event.EventListener

public class CommentNotificationListener
extends java.lang.Object
implements HibernateEventListener


Constructor Summary
CommentNotificationListener()
           
 
Method Summary
protected  CommentNotification getCompleteCommentNotification()
           
 java.lang.Class<? extends com.atlassian.event.Event>[] getHandledEventClasses()
           
 void handleEvent(com.atlassian.event.Event event)
           
 void setBuildManager(BuildManager buildManager)
           
 void setBuildResultsSummaryManager(BuildResultsSummaryManager buildResultsSummaryManager)
           
 void setNotificationDispatcher(NotificationDispatcher notificationDispatcher)
           
 void setNotificationFactory(NotificationFactory notificationFactory)
           
 void setNotificationManager(NotificationManager notificationManager)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CommentNotificationListener

public CommentNotificationListener()
Method Detail

handleEvent

public void handleEvent(com.atlassian.event.Event event)
Specified by:
handleEvent in interface HibernateEventListener
Specified by:
handleEvent in interface com.atlassian.event.EventListener

getHandledEventClasses

public java.lang.Class<? extends com.atlassian.event.Event>[] getHandledEventClasses()
Specified by:
getHandledEventClasses in interface HibernateEventListener
Specified by:
getHandledEventClasses in interface com.atlassian.event.EventListener

getCompleteCommentNotification

protected CommentNotification getCompleteCommentNotification()

setBuildManager

public void setBuildManager(BuildManager buildManager)

setBuildResultsSummaryManager

public void setBuildResultsSummaryManager(BuildResultsSummaryManager buildResultsSummaryManager)

setNotificationManager

public void setNotificationManager(NotificationManager notificationManager)

setNotificationDispatcher

public void setNotificationDispatcher(NotificationDispatcher notificationDispatcher)

setNotificationFactory

public void setNotificationFactory(NotificationFactory notificationFactory)


Copyright © 2009 Atlassian Pty Ltd. All Rights Reserved.