com.atlassian.bamboo.v2.trigger
Class ChildDependencyBuildDetectionAction

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

public class ChildDependencyBuildDetectionAction
extends java.lang.Object
implements BuildDetectionAction


Constructor Summary
ChildDependencyBuildDetectionAction(Plan plan, Plan child, BuildNumberGeneratorService buildNumberGenerator, TriggerReasonManager triggerReasonManager, BuildChanges buildChanges, ErrorUpdateHandler errorUpdateHandler)
           
 
Method Summary
 BuildDetectionResult 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(Plan plan,
                                           Plan child,
                                           BuildNumberGeneratorService buildNumberGenerator,
                                           TriggerReasonManager triggerReasonManager,
                                           BuildChanges buildChanges,
                                           ErrorUpdateHandler errorUpdateHandler)
Method Detail

process

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

Specified by:
process in interface BuildDetectionAction
Returns:
buildDetectionResult


Copyright © 2011 Atlassian. All Rights Reserved.