com.atlassian.bamboo.notification.builderror
Class BuildErrorNotificationListener

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

public class BuildErrorNotificationListener
extends java.lang.Object
implements HibernateEventListener


Constructor Summary
BuildErrorNotificationListener()
           
 
Method Summary
protected  BuildErrorNotification getCompleteBuildErrorNotification()
           
 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 setNotificationManager(NotificationManager notificationManager)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BuildErrorNotificationListener

public BuildErrorNotificationListener()
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

getCompleteBuildErrorNotification

protected BuildErrorNotification getCompleteBuildErrorNotification()

setBuildManager

public void setBuildManager(BuildManager buildManager)

setNotificationManager

public void setNotificationManager(NotificationManager notificationManager)

setNotificationDispatcher

public void setNotificationDispatcher(NotificationDispatcher notificationDispatcher)

setBuildResultsSummaryManager

public void setBuildResultsSummaryManager(BuildResultsSummaryManager buildResultsSummaryManager)


Copyright © 2010 Atlassian. All Rights Reserved.