com.atlassian.bamboo.v2.trigger
Class ChangeDetectionListener

java.lang.Object
  extended by com.atlassian.bamboo.v2.trigger.ChangeDetectionListener

public class ChangeDetectionListener
extends java.lang.Object

Listener that checks the source repository


Constructor Summary
ChangeDetectionListener()
           
 
Method Summary
protected  BuildDetectionAction getChangeDetectionAction(PlanKey planKey)
           
protected  BuildDetectionAction getChangeDetectionAction(PlanKey planKey, boolean logIfNoChanges)
           
 void handleEvent(ChangeDetectionRequiredEvent event)
           
 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

ChangeDetectionListener

public ChangeDetectionListener()
Method Detail

handleEvent

@EventListener
public void handleEvent(ChangeDetectionRequiredEvent event)

getChangeDetectionAction

protected BuildDetectionAction getChangeDetectionAction(PlanKey planKey)

getChangeDetectionAction

protected BuildDetectionAction getChangeDetectionAction(PlanKey planKey,
                                                        boolean logIfNoChanges)

setImmutablePlanCacheService

public void setImmutablePlanCacheService(ImmutablePlanCacheService immutablePlanCacheService)

setNonBlockingPlanExecutionService

public void setNonBlockingPlanExecutionService(NonBlockingPlanExecutionService nonBlockingPlanExecutionService)


Copyright © 2012 Atlassian. All Rights Reserved.