com.atlassian.bamboo.v2.trigger
Class ChangeDetectionListener

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

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

Listener that checks the source repository


Constructor Summary
ChangeDetectionListener()
           
 
Method Summary
protected  BuildDetectionAction getChangeDetectionAction(PlanKey planKey)
           
 java.lang.Class[] getHandledEventClasses()
           
 void handleEvent(com.atlassian.event.Event event)
           
 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

ChangeDetectionListener

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

getChangeDetectionAction

protected BuildDetectionAction getChangeDetectionAction(PlanKey planKey)

setPlanManager

public void setPlanManager(PlanManager planManager)

setPlanExecutionManager

public void setPlanExecutionManager(PlanExecutionManager planExecutionManager)


Copyright © 2011 Atlassian. All Rights Reserved.