com.atlassian.bamboo.notification.buildcompleted
Class BuildCompletedNotificationListener

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

@ThreadSafe
public class BuildCompletedNotificationListener
extends java.lang.Object
implements HibernateEventListener


Constructor Summary
BuildCompletedNotificationListener()
           
 
Method Summary
 java.lang.Class[] getHandledEventClasses()
           
 void handleEvent(com.atlassian.event.Event event)
           
 void setBuildManager(BuildManager buildManager)
           
 void setBuildResultsSummaryManager(BuildResultsSummaryManager buildResultsSummaryManager)
           
 void setNotificationDispatcher(NotificationDispatcher notificationDispatcher)
           
 void setNotificationManager(NotificationManager notificationManager)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BuildCompletedNotificationListener

public BuildCompletedNotificationListener()
Method Detail

getHandledEventClasses

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

handleEvent

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

setNotificationManager

public void setNotificationManager(NotificationManager notificationManager)

setNotificationDispatcher

public void setNotificationDispatcher(NotificationDispatcher notificationDispatcher)

setBuildManager

public void setBuildManager(BuildManager buildManager)

setBuildResultsSummaryManager

public void setBuildResultsSummaryManager(BuildResultsSummaryManager buildResultsSummaryManager)


Copyright © 2009 Atlassian Pty Ltd. All Rights Reserved.