com.atlassian.bamboo.v2.build.events
Class PostBuildCompletedEventListener

java.lang.Object
  extended by com.atlassian.bamboo.v2.build.events.PostBuildCompletedEventListener
All Implemented Interfaces:
com.atlassian.event.EventListener

public class PostBuildCompletedEventListener
extends java.lang.Object
implements com.atlassian.event.EventListener


Constructor Summary
PostBuildCompletedEventListener()
           
 
Method Summary
 java.lang.Class[] getHandledEventClasses()
           
 void handleEvent(com.atlassian.event.Event event)
           
 void setBuildManager(BuildManager buildManager)
           
 void setErrorUpdateHandler(ErrorHandler errorUpdateHandler)
           
 void setPluginAccessor(com.atlassian.plugin.PluginAccessor pluginAccessor)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PostBuildCompletedEventListener

public PostBuildCompletedEventListener()
Method Detail

handleEvent

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

getHandledEventClasses

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

setPluginAccessor

public void setPluginAccessor(com.atlassian.plugin.PluginAccessor pluginAccessor)

setErrorUpdateHandler

public void setErrorUpdateHandler(ErrorHandler errorUpdateHandler)

setBuildManager

public void setBuildManager(BuildManager buildManager)


Copyright © 2009 Atlassian Pty Ltd. All Rights Reserved.