com.atlassian.bamboo.v2.trigger
Class InitialBuildListener
java.lang.Object
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
InitialBuildListener
public InitialBuildListener()
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.