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 setCustomVariableContextRunner(CustomVariableContextRunner customVariableContextRunner)
           
 void setErrorUpdateHandler(ErrorHandler errorUpdateHandler)
           
 void setPlanManager(PlanManager planManager)
           
 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)

setPlanManager

public void setPlanManager(PlanManager planManager)

setCustomVariableContextRunner

public void setCustomVariableContextRunner(CustomVariableContextRunner customVariableContextRunner)


Copyright © 2012 Atlassian. All Rights Reserved.