com.atlassian.bamboo.v2.trigger
Class ChildDependencyBuildDetectionAction

java.lang.Object
  extended by com.atlassian.bamboo.v2.trigger.ChildDependencyBuildDetectionAction
All Implemented Interfaces:
BuildExecutionManager.BuildDetectionAction

public class ChildDependencyBuildDetectionAction
extends java.lang.Object
implements BuildExecutionManager.BuildDetectionAction


Constructor Summary
ChildDependencyBuildDetectionAction(Build plan, Build child, BuildManager buildManager, TriggerReasonManager triggerReasonManager, BuildChanges buildChanges, ErrorUpdateHandler errorUpdateHandler)
           
 
Method Summary
 BuildContext process()
          The action to be taken by build triggering (change detection) components.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ChildDependencyBuildDetectionAction

public ChildDependencyBuildDetectionAction(Build plan,
                                           Build child,
                                           BuildManager buildManager,
                                           TriggerReasonManager triggerReasonManager,
                                           BuildChanges buildChanges,
                                           ErrorUpdateHandler errorUpdateHandler)
Method Detail

process

public BuildContext process()
Description copied from interface: BuildExecutionManager.BuildDetectionAction
The action to be taken by build triggering (change detection) components.

Specified by:
process in interface BuildExecutionManager.BuildDetectionAction
Returns:


Copyright © 2009 Atlassian Pty Ltd. All Rights Reserved.