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  BuildExecutionManager.BuildDetectionAction getChangeDetectionAction(java.lang.String planKey, Build buildPlan)
           
 java.lang.Class[] getHandledEventClasses()
           
 void handleEvent(com.atlassian.event.Event event)
           
 void setBuildExecutionManager(BuildExecutionManager buildExecutionManager)
           
 void setBuildManager(BuildManager buildManager)
           
 
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 BuildExecutionManager.BuildDetectionAction getChangeDetectionAction(java.lang.String planKey,
                                                                              Build buildPlan)

setBuildManager

public void setBuildManager(BuildManager buildManager)

setBuildExecutionManager

public void setBuildExecutionManager(BuildExecutionManager buildExecutionManager)


Copyright © 2008 Atlassian Pty Ltd. All Rights Reserved.