com.atlassian.bamboo.v2.trigger
Class InitialBuildListener

java.lang.Object
  extended by com.atlassian.bamboo.v2.trigger.InitialBuildListener
All Implemented Interfaces:
com.atlassian.event.EventListener

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

Listener that checks the


Constructor Summary
InitialBuildListener()
           
 
Method Summary
 java.lang.Class[] getHandledEventClasses()
           
 void handleEvent(com.atlassian.event.Event event)
           
 void setBuildDetectionActionFactory(BuildDetectionActionFactory buildDetectionActionFactory)
           
 void setPlanExecutionManager(PlanExecutionManager planExecutionManager)
           
 void setPlanManager(PlanManager planManager)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InitialBuildListener

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

setPlanManager

public void setPlanManager(PlanManager planManager)

setPlanExecutionManager

public void setPlanExecutionManager(PlanExecutionManager planExecutionManager)

setBuildDetectionActionFactory

public void setBuildDetectionActionFactory(BuildDetectionActionFactory buildDetectionActionFactory)


Copyright © 2011 Atlassian. All Rights Reserved.