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 ChainCreatedEvent and fire InitialBuild for that chain if not blocked by configuration


Constructor Summary
InitialBuildListener()
           
 
Method Summary
 java.lang.Class[] getHandledEventClasses()
           
 void handleEvent(com.atlassian.event.Event event)
           
 void setBuildDetectionActionFactory(BuildDetectionActionFactory buildDetectionActionFactory)
           
 void setImmutablePlanCacheService(ImmutablePlanCacheService immutablePlanCacheService)
           
 void setNonBlockingPlanExecutionService(NonBlockingPlanExecutionService nonBlockingPlanExecutionService)
           
 
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

setImmutablePlanCacheService

public void setImmutablePlanCacheService(ImmutablePlanCacheService immutablePlanCacheService)

setNonBlockingPlanExecutionService

public void setNonBlockingPlanExecutionService(NonBlockingPlanExecutionService nonBlockingPlanExecutionService)

setBuildDetectionActionFactory

public void setBuildDetectionActionFactory(BuildDetectionActionFactory buildDetectionActionFactory)


Copyright © 2012 Atlassian. All Rights Reserved.